Skip to content

Commit 6593dd7

Browse files
committed
VS Code: configure cts as ts
1 parent 0d842ca commit 6593dd7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
"editor.defaultFormatter": null,
99
"oxc.typeAware": true,
1010
"oxc.unusedDisableDirectives": "warn",
11+
"files.associations": {
12+
"*.cts": "typescript"
13+
},
1114
"rust-analyzer.check.command": "clippy",
1215
"rust-analyzer.check.allTargets": true,
1316
"rust-analyzer.check.features": "all",

0 commit comments

Comments
 (0)