diff options
| author | 2024-10-05 13:32:50 +0800 | |
|---|---|---|
| committer | 2024-10-05 13:32:50 +0800 | |
| commit | d02febdca1b48734a0c2857d189c3eb7b0b8a38f (patch) | |
| tree | 3fdd290cac1dc8853ed4a132b78c28010d2d87d7 /.vscode/settings.json | |
| parent | 7b0b2cc3a817d1d01d89d3950b8650e0e95325da (diff) | |
| download | HydroRoll-d02febdca1b48734a0c2857d189c3eb7b0b8a38f.tar.gz HydroRoll-d02febdca1b48734a0c2857d189c3eb7b0b8a38f.zip | |
chore(misc): remove unused .vscode files and snippets
Diffstat (limited to '.vscode/settings.json')
| -rw-r--r-- | .vscode/settings.json | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 8667400..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "typescript.tsdk": "node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/lib", - "typescript.enablePromptUseWorkspaceTsdk": true, - "eslint.validate": [ - "javascript", - "javascriptreact", - "typescript", - "typescriptreact" - ], - "eslint.packageManager": "pnpm", - "debug.javascript.unmapMissingSources": true, - "go.lintTool": "golangci-lint", - "files.associations": { - "libturbo.h": "c", - "turbo.json": "jsonc" - }, - "[cram]": { - "editor.trimAutoWhitespace": false, - "files.trimFinalNewlines": false, - "files.insertFinalNewline": false, - "files.trimTrailingWhitespace": false - }, - "search.exclude": { - "crates/turbopack-tests/tests/snapshot/**": true - }, - "python.analysis.typeCheckingMode": "basic", - "[python]": { - "editor.defaultFormatter": "ms-python.black-formatter" - }, - "python.formatting.provider": "none", - "restructuredtext.preview.docutils.disabled": true, - "iis.configDir": "", - "restructuredtext.preview.name": "docutils", - "Lua.diagnostics.globals": [ - "setGroupConf", - "getGroupConf" - ] -}
\ No newline at end of file |
