Skip to content

Commit

Permalink
Merge pull request #10238 from owncloud/vscode-project-ts-version
Browse files Browse the repository at this point in the history
chore: use the project's typescript version in vscode
  • Loading branch information
JammingBen authored Dec 22, 2023
2 parents 4a377ff + 8ba4f11 commit d51ddb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
},
"editor.formatOnSave": true,
"eslint.format.enable": true,
"eslint.packageManager": "pnpm",
"jest.autoRun": {
"watch": false,
"onStartup": true
Expand All @@ -27,5 +26,6 @@
"cucumberautocomplete.steps": [
"tests/e2e/cucumber/steps/**/*.ts"
],
"cucumberautocomplete.strictGherkinCompletion": true
"cucumberautocomplete.strictGherkinCompletion": true,
"typescript.tsdk": "node_modules/typescript/lib"
}

0 comments on commit d51ddb7

Please sign in to comment.