summaryrefslogtreecommitdiff
path: root/profiles/main/data/settings.json
diff options
context:
space:
mode:
authorAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-10-06 14:11:32 +0300
committerAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-10-06 14:11:32 +0300
commit59048c126fd5a645638d156c49d4da0ecc809bb4 (patch)
tree944bb1106faa434252757bb500eafb55eb44c248 /profiles/main/data/settings.json
parent6db0610ed66b3a196260f083f15eb9a63b66db7d (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.json16
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