diff options
| author | 2023-04-28 01:36:44 +0800 | |
|---|---|---|
| committer | 2023-04-28 01:36:44 +0800 | |
| commit | dd84b9d64fb98746a230cd24233ff50a562c39c9 (patch) | |
| tree | b583261ef00b3afe72ec4d6dacb31e57779a6faf /.vscode | |
| parent | 0b46fcd72ac34382387b2bcf9095233efbcc52f4 (diff) | |
| download | HydroRoll-dd84b9d64fb98746a230cd24233ff50a562c39c9.tar.gz HydroRoll-dd84b9d64fb98746a230cd24233ff50a562c39c9.zip | |
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/settings.json | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index e769a45..23b6ae3 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,26 @@ { "typescript.tsdk": "node_modules/.pnpm/typescript@4.9.4/node_modules/typescript/lib", - "typescript.enablePromptUseWorkspaceTsdk": true + "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 + } }
\ No newline at end of file |
