File tree 2 files changed +21
-0
lines changed
2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ capture_webrender/
39
39
40
40
# VSCode
41
41
.vscode
42
+ ! /.vscode
42
43
43
44
/unminified-js
44
45
Original file line number Diff line number Diff line change
1
+ {
2
+ // See http://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
3
+ // Extension identifier format: ${publisher }.${name}. Example: vscode.csharp
4
+
5
+ // List of extensions which should be recommended for users of this workspace.
6
+ "recommendations" : [
7
+ // Trim only touched lines.
8
+ " NathanRidley.autotrim" ,
9
+ // ESLint support.
10
+ " dbaeumer.vscode-eslint" ,
11
+ // C/C++ language support.
12
+ " ms-vscode.cpptools" ,
13
+ // Rust language support.
14
+ " rust-lang.rust" ,
15
+ // CSS support for HTML documents.
16
+ " ecmel.vscode-html-css" ,
17
+ // IDL language support
18
+ " mythmon.idl"
19
+ ]
20
+ }
You can’t perform that action at this time.
0 commit comments