debug js settings
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "pwa-node",
"request": "launch",
"name": "Launch Program",
"skipFiles": [
"<node_internals>/**"
],
"program": "${workspaceFolder}/bin/marked",
"args": [
"-o",
"${workspaceFolder}/README.html",
"-i",
"${workspaceFolder}/README.md"
]
}
]
}
设置分割线
settings -> ruler -> Edit in settings.json
{
"editor.rulers": [
132
]
}
clang-format path
.vscode/extensions/ms-vscode.cpptools-1.4.1/LLVM/bin