mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-06 03:38:39 +00:00
build: make vscode work with PnP (#2444)
* Make vscode work with PnP * Add vscode extension recommendations * Add newlines to the end of generated manifests
This commit is contained in:
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@@ -1,3 +1,6 @@
|
||||
{
|
||||
"javascript.validate.enable": false
|
||||
"javascript.validate.enable": false,
|
||||
"eslint.nodePath": ".yarn/sdks",
|
||||
"stylelint.stylelintPath": ".yarn/sdks/stylelint/lib/index.js",
|
||||
"flow.pathToFlow": "${workspaceFolder}/.yarn/sdks/flow-bin/cli.js"
|
||||
}
|
||||
|
Reference in New Issue
Block a user