Commit Graph

863 Commits

Author SHA1 Message Date
2e5b265e00 Add clear command and update to use new api 2020-04-24 06:54:08 -07:00
8fcd5a3830 #282 - Leftover update-vscode script in lsp-sample 2020-04-22 12:35:04 +02:00
81d47e06b1 Add sample call to terminal-sample
Part of microsoft/vscode#46696
2020-04-17 09:28:16 -07:00
e8da8b531a Update tslint version to 5.19
This fixeds a few vulnerabilities listed when running `npm i`
2020-04-14 18:05:51 -07:00
209a84c1af Bump all samples to use TS 3.8.3
Also required bumping `@types/node` to 12.12.x
2020-04-14 18:01:21 -07:00
663836611c Update example.cscratch 2020-04-09 13:40:03 -07:00
86df3b9422 Make sure we are using 1.44 types 2020-04-08 18:54:20 -07:00
5a5b774ad7 Fix #269 2020-04-08 11:19:02 -07:00
b153eeb993 Merge pull request #273 from mjbvz/custom-text-editor
Add example of using CustomTextEditor api
2020-04-08 10:55:37 -07:00
adddb55f23 HTML1 for request forwarding 2020-04-07 12:47:46 -07:00
538bef48c4 HTML1 2020-04-07 12:45:21 -07:00
6083268457 Update readme 2020-04-03 15:00:38 -07:00
74c6f88908 Add example of using CustomTextEditor api 2020-04-03 14:55:20 -07:00
864892d0dd Update vscode.proposed.d.ts for tree sample
Fixes https://github.com/microsoft/vscode-extension-samples/issues/271
2020-04-02 14:34:27 +02:00
119cf9dad3 Fix #268 2020-04-01 12:38:06 -07:00
eb6e41af20 Fix vscode-docs#3521 2020-04-01 12:22:38 -07:00
302d735439 Fix #267 2020-04-01 11:54:04 -07:00
545e4bfd84 Update .d.ts and remove enableProposedApi from package.json 2020-04-01 18:02:14 +02:00
694b0d8b17 Update extension.ts
Adopt latest API
2020-03-31 00:21:30 +02:00
b9a27518da Merge pull request #264 from microsoft/embedded-lsp
Samples for embedded lsp
2020-03-30 07:56:50 -07:00
6f16dafc01 Fix eslint ignore 2020-03-26 15:38:24 +01:00
e1ecdaec89 Update LSP Sample 2020-03-26 13:54:06 +01:00
5fc9f567e0 Samples for embedded lsp 2020-03-25 12:01:54 -07:00
b5fc559a93 Update vscode.proposed.d.ts and required version 2020-03-02 16:03:26 +01:00
b007022783 Fixes #257: [lsp-sample] completion.test.ts fails if a global snippet is defined 2020-02-27 09:32:49 +01:00
2564b2e73c Merge pull request #256 from fanich37/fix/cas-typos
Fix typos in code-actions-sample
2020-02-19 06:06:34 -08:00
0749cbabac Fix typos in code-actions-sample 2020-02-19 12:18:49 +03:00
59577b3341 add example for language specific settings 2020-01-31 15:47:29 +01:00
5ae1f77871 update semantic token sample 2020-01-17 16:41:22 +01:00
8e2f08086b Adopt latest proposed API 2020-01-16 18:12:19 +01:00
f3933c584d Merge pull request #243 from justise/fix-npm-install
Updating npm run install to pass
2020-01-10 16:42:54 +01:00
3dae5f8bcf Merge pull request #239 from brettcannon/patch-1
Fix path to 'extension.ts'
2020-01-10 16:38:00 +01:00
b6158195a3 Updating npm run install to pass 2020-01-08 22:08:36 -08:00
89f4e29ff4 Fix path to 'extension.ts'
The default location for `extension.ts` is two levels up, not one.
2019-12-27 13:41:12 -08:00
926c5c045e Update vscode-test 2019-12-11 13:31:52 -08:00
ba9a56e682 Fix microsoft/vscode#80757 2019-12-11 12:54:12 -08:00
0a4a2d44d0 Add sample 2019-12-09 15:39:21 +01:00
9c2110873e Move dependencies to latest version 2019-11-25 09:38:17 +01:00
3fa2d68290 Add lsp code action ui sample 2019-11-15 19:19:44 +01:00
92354b3a8a Merge pull request #225 from jan-dolejsi/call-hierarchy-sample
Call hierarchy sample
2019-11-14 07:11:55 +01:00
d94d69a3c1 - unified 'vscode' imports
- unified naming of private fields to `_xyz`
- use `vscode.workspace.fs` instead of `fs`
2019-11-13 20:35:35 +01:00
b55100aff7 Fix formatting 2019-11-13 10:42:26 -08:00
1b451d934d revert whitespace change 2019-11-11 01:19:02 +01:00
dfe4bba9a3 clean-up 2019-11-11 01:16:15 +01:00
4c16ae3106 reverting unintended changes to progress-sample 2019-11-11 01:01:53 +01:00
a1d64677ea call-hierarchy-sample 2019-11-11 00:47:36 +01:00
a8af0838d6 Merge pull request #220 from joanrieu:patch-1
Improve document-editing-sample
2019-11-01 11:19:27 -07:00
8982c892ef Add demo GIF 2019-10-31 20:36:03 -04:00
2a221320d4 Update README.md 2019-10-31 20:33:10 -04:00
51d8bfd132 Update README for CodeLens sample 2019-10-25 09:49:00 -07:00