diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-10-06 14:11:32 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-10-06 14:11:32 +0300 |
commit | 59048c126fd5a645638d156c49d4da0ecc809bb4 (patch) | |
tree | 944bb1106faa434252757bb500eafb55eb44c248 /profiles/main/data/settings.json | |
parent | 6db0610ed66b3a196260f083f15eb9a63b66db7d (diff) |
profile(main): update -- 2024-10-06T11:11:32.638Z
Diffstat (limited to 'profiles/main/data/settings.json')
-rw-r--r-- | profiles/main/data/settings.json | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/profiles/main/data/settings.json b/profiles/main/data/settings.json index 36afb95..46b121f 100644 --- a/profiles/main/data/settings.json +++ b/profiles/main/data/settings.json @@ -178,5 +178,19 @@ "workbench.iconTheme": "vscode-great-icons", "workbench.productIconTheme": "icons-carbon", "workbench.startupEditor": "none", - "workbench.tips.enabled": false + "workbench.tips.enabled": false, + "[json]": { + "editor.defaultFormatter": "esbenp.prettier-vscode" + }, + "editor.largeFileOptimizations": false, + "[jsonc]": { + "editor.defaultFormatter": "esbenp.prettier-vscode" + }, + "explorer.fileNesting.enabled": true, + "explorer.fileNesting.patterns": { + "*.templ": "${capture}_templ.go,${capture}_templ.txt", + "*.go": "${capture}_gen.go,${capture}.gen.go" + }, + "files.autoGuessEncoding": true, + "files.simpleDialog.enable": true }
\ No newline at end of file |