Skip to content

Commit 0558bf9

Browse files
authored
chore: update vscode workspace settings and recommendations [AR-48963] (#187)
1 parent 36eda80 commit 0558bf9

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.vscode/extensions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"recommendations": ["oxc.oxc-vscode"]
2+
"recommendations": ["oxc.oxc-vscode", "dbaeumer.vscode-eslint", "streetsidesoftware.code-spell-checker"]
33
}

.vscode/settings.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
{
2+
// This matches the value configured on .oxfmtrc.json
3+
"editor.rulers": [110],
4+
25
"oxc.fmt.configPath": ".oxfmtrc.json",
3-
"editor.defaultFormatter": "oxc.oxc-vscode"
6+
"editor.defaultFormatter": "oxc.oxc-vscode",
7+
8+
"typescript.tsdk": "node_modules/typescript/lib"
49
}

0 commit comments

Comments
 (0)