File tree 3 files changed +22
-2
lines changed
3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' grafana-infinity-datasource ' : patch
3
+ ---
4
+
5
+ Add vscode debugger configuration
Original file line number Diff line number Diff line change @@ -31,6 +31,4 @@ yarn-error.log*
31
31
docker /blocks /tempo /tempo-data
32
32
# IDE
33
33
.idea
34
- .vscode /
35
- ! .vscode /launch.json
36
34
.eslintcache
Original file line number Diff line number Diff line change
1
+ {
2
+ // Use IntelliSense to learn about possible attributes.
3
+ // Hover to view descriptions of existing attributes.
4
+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5
+ "version" : " 0.2.0" ,
6
+ "configurations" : [
7
+ {
8
+ "name" : " Run standalone plugin" ,
9
+ "type" : " go" ,
10
+ "request" : " launch" ,
11
+ "mode" : " auto" ,
12
+ "program" : " ${workspaceFolder}/pkg/" ,
13
+ "env" : {},
14
+ "args" : [" --standalone=true" ]
15
+ }
16
+ ]
17
+ }
You can’t perform that action at this time.
0 commit comments