File tree Expand file tree Collapse file tree 4 files changed +20
-0
lines changed
tools/nevermore-cli/templates Expand file tree Collapse file tree 4 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 66 },
77 "luau-lsp.sourcemap.rojoProjectFile" : " default.project.json" ,
88 "luau-lsp.ignoreGlobs" : [" **/node_modules/**" ],
9+
10+ // This prevents Rojo from memory leaking
11+ "luau-lsp.sourcemap.generatorCommand" : " rojo sourcemap" ,
12+ "luau-lsp.sourcemap.useVSCodeWatcher" : true ,
13+
914 "[lua]" : {
1015 "editor.defaultFormatter" : " JohnnyMorganz.stylua" ,
1116 "editor.formatOnSave" : true ,
Original file line number Diff line number Diff line change 1212 },
1313 "luau-lsp.sourcemap.rojoProjectFile" : " default.project.json" ,
1414 "luau-lsp.ignoreGlobs" : [" **/node_modules/**" ],
15+
16+ // This prevents Rojo from memory leaking
17+ "luau-lsp.sourcemap.generatorCommand" : " rojo sourcemap" ,
18+ "luau-lsp.sourcemap.useVSCodeWatcher" : true ,
19+
1520 "[lua]" : {
1621 "editor.defaultFormatter" : " JohnnyMorganz.stylua" ,
1722 "editor.formatOnSave" : true ,
Original file line number Diff line number Diff line change 1212 },
1313 "luau-lsp.sourcemap.rojoProjectFile" : " default.project.json" ,
1414 "luau-lsp.ignoreGlobs" : [" **/node_modules/**" ],
15+
16+ // This prevents Rojo from memory leaking
17+ "luau-lsp.sourcemap.generatorCommand" : " rojo sourcemap" ,
18+ "luau-lsp.sourcemap.useVSCodeWatcher" : true ,
19+
1520 "[lua]" : {
1621 "editor.defaultFormatter" : " JohnnyMorganz.stylua" ,
1722 "editor.formatOnSave" : true ,
Original file line number Diff line number Diff line change 1212 },
1313 "luau-lsp.sourcemap.rojoProjectFile" : " default.project.json" ,
1414 "luau-lsp.ignoreGlobs" : [" **/node_modules/**" ],
15+
16+ // This prevents Rojo from memory leaking
17+ "luau-lsp.sourcemap.generatorCommand" : " rojo sourcemap" ,
18+ "luau-lsp.sourcemap.useVSCodeWatcher" : true ,
19+
1520 "[lua]" : {
1621 "editor.defaultFormatter" : " JohnnyMorganz.stylua" ,
1722 "editor.formatOnSave" : true ,
You can’t perform that action at this time.
0 commit comments