Commit Graph

17 Commits

Author SHA1 Message Date
dbee9a0daf use auto attach children instead of multiple launch configs
This is a new (with js-debug) option that makes debugging child processes much easier. Use it for the LSP subprocesses.

Supplants https://github.com/microsoft/vscode-extension-samples/pull/704
2022-12-06 16:38:21 -08:00
5e84aab1a6 Update README.md
Use 'View' instead of 'panel' for the Run and Debug section.
2022-01-19 09:42:43 -08:00
9b9dce26d1 Explain Extension Development Host 2022-01-18 12:48:48 -08:00
4da6befe62 Describe default compile task
The default compile task is in *watch mode*, which was confusing for me (newbie Typescript programmer). I thought I would provide an explanation of what this means.
2022-01-18 12:42:03 -08:00
ac518358a7 Update the names of Debug panel and Launch 2022-01-18 12:32:27 -08:00
515a928615 Fix typo in README 2018-12-28 09:21:46 +01:00
eb5924c954 Fix various anchors 2018-12-21 10:06:05 -08:00
a7420d7d1a Update all links for Microsoft/vscode-docs#2165 2018-12-16 21:08:20 -08:00
a40f6835b6 fix typo 2018-10-31 08:05:17 -05:00
e82ba7c37e Update all lsp samples 2018-10-23 22:31:37 -07:00
ef0b4e6c07 Small fix for format 2018-07-01 00:36:59 -07:00
f3e414c64c Update README 2018-07-01 00:36:26 -07:00
98b4f09845 Rename lsp-multi-root-sample to lsp-sample and delete old one 2018-06-04 12:10:27 +02:00
945d6c8ecb Change client folder to lsp-sample
There is no `.vscode` folder inside the `client` folder that holds some launch configration. The parent directory contains a `.vscode` with a `launch.json` which defines 'Launch Client'.
2018-04-14 17:17:00 +02:00
3ca04aaa0f Fix typo 2018-04-06 12:52:59 -07:00
7082ab9eee Update README.md 2018-04-06 14:38:59 -05:00
b399ceb149 Allign standard lsp example with new lsp structure 2017-09-04 17:43:23 +02:00