File tree Expand file tree Collapse file tree 2 files changed +27
-2
lines changed Expand file tree Collapse file tree 2 files changed +27
-2
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "configurations" : [
3
+ {
4
+ "type" : " node" ,
5
+ "request" : " attach" ,
6
+ "name" : " Attach" ,
7
+ "skipFiles" : [" <node_internals>/**" ],
8
+ "restart" : true ,
9
+ "continueOnAttach" : true
10
+ }
11
+ ]
12
+ }
Original file line number Diff line number Diff line change 8
8
"javascript.format.enable" : false ,
9
9
"editor.defaultFormatter" : " esbenp.prettier-vscode" ,
10
10
11
- "[ruby]" : {
12
- "editor.defaultFormatter" : " esbenp.prettier-vscode"
11
+ "files.associations" : {
12
+ "**/typescript-configs/*.json" : " jsonc"
13
+ },
14
+ "json.schemas" : [
15
+ {
16
+ "fileMatch" : [" typescript-configs/*.json" ],
17
+ "url" : " https://json.schemastore.org/tsconfig"
18
+ },
19
+ {
20
+ "fileMatch" : [" eslint-config*/*.yaml" ],
21
+ "url" : " https://json.schemastore.org/eslintrc"
22
+ }
23
+ ],
24
+ "material-icon-theme.files.associations" : {
25
+ "eslint-config*/*.yaml" : " eslint"
13
26
}
14
27
}
You can’t perform that action at this time.
0 commit comments