We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc4ef74 commit 2f9625bCopy full SHA for 2f9625b
1 file changed
.vscode/settings.json
@@ -28,5 +28,15 @@
28
},
29
"chat.tools.terminal.autoApprove": {
30
"nevermore": true
31
- }
+ },
32
+
33
+ // Make init files not horrible
34
+ "explorer.fileNesting.enabled": true,
35
+ "explorer.fileNesting.patterns": {
36
+ "init.lua": "*.lua",
37
+ "*": "${basename}.*.${extname}"
38
39
+ "workbench.editor.customLabels.patterns": {
40
+ "**/init.lua": "${dirname}.lua"
41
42
}
0 commit comments