Skip to content

Commit

Permalink
docs(argdown): updated Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
christianvoigt committed Jan 14, 2022
1 parent 6a08929 commit 6bf9889
Show file tree
Hide file tree
Showing 11 changed files with 147,674 additions and 115 deletions.
14 changes: 13 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,19 @@
"args": ["--extensionDevelopmentPath=${cwd}/packages/argdown-vscode"],
"stopOnEntry": false,
"sourceMaps": true,
"outFiles": ["${cwd}/packages/argdown-vscode/dist/**/*.js"]
"outFiles": ["${cwd}/packages/argdown-vscode/dist/node/**/*.js"]
},
{
"name": "Run Web Extension in VS Code",
"type": "pwa-extensionHost",
"debugWebWorkerHost": true,
"request": "launch",
"args": [
"--extensionDevelopmentPath=${cwd}/packages/argdown-vscode",
"--extensionDevelopmentKind=web"
],
"outFiles": ["${cwd}/packages/argdown-vscode/dist/node/**/*.js"],
"preLaunchTask": "watch:argdown-vscode-web"
},
{
"name": "Attach to argdown-language-server",
Expand Down
9 changes: 9 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,15 @@
"reveal": "never"
},
"problemMatcher": []
},
{
"label": "watch:argdown-vscode-web",
"type": "npm",
"script": "watch-web",
"path": "packages/argdown-vscode/",
"group": "build",
"isBackground": true,
"problemMatcher": ["$ts-webpack-watch"]
}
]
}
Loading

0 comments on commit 6bf9889

Please sign in to comment.