mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
fix: removing prettier path in vscode config (#8255)
This commit is contained in:
Vendored
+1
-2
@@ -211,6 +211,5 @@
|
||||
"go.testFlags": ["-short", "-coverpkg=./..."],
|
||||
// We often use a version of TypeScript that's ahead of the version shipped
|
||||
// with VS Code.
|
||||
"typescript.tsdk": "./site/node_modules/typescript/lib",
|
||||
"prettier.prettierPath": "./node_modules/prettier"
|
||||
"typescript.tsdk": "./site/node_modules/typescript/lib"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user