mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 03:08:40 +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:
7
.vscode/extensions.json
vendored
Normal file
7
.vscode/extensions.json
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"recommendations": [
|
||||
"dbaeumer.vscode-eslint",
|
||||
"flowtype.flow-for-vscode",
|
||||
"stylelint.vscode-stylelint"
|
||||
]
|
||||
}
|
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