Skip to content

Commit

Permalink
set typescript tsdk and markdown word wrap vscode settings (microsoft…
Browse files Browse the repository at this point in the history
…#5829)

Co-authored-by: Chris Holt <chhol@microsoft.com>
  • Loading branch information
radium-v and chrisdholt authored Apr 14, 2022
1 parent adc9a35 commit 1dacf3d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
},
"[markdown]": {
"editor.quickSuggestions": false,
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrap": "off",
"editor.wordWrapColumn": 90,
"files.insertFinalNewline": false,
"files.trimTrailingWhitespace": false
Expand All @@ -29,5 +29,6 @@
"npm.packageManager": "yarn",
"typescript.enablePromptUseWorkspaceTsdk": true,
"typescript.format.enable": false,
"typescript.preferences.quoteStyle": "double"
}
"typescript.preferences.quoteStyle": "double",
"typescript.tsdk": "node_modules/typescript/lib"
}

0 comments on commit 1dacf3d

Please sign in to comment.