mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 11:18:39 +00:00
* Make vscode work with PnP * Add vscode extension recommendations * Add newlines to the end of generated manifests
7 lines
213 B
JSON
7 lines
213 B
JSON
{
|
|
"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"
|
|
}
|