Commit Graph

1215 Commits

Author SHA1 Message Date
f6592e6abc Update dependencies 2022-03-01 09:49:47 +01:00
0d36653b0d Bump all targets to es2020
Fixes #530
2022-02-28 13:45:21 -08:00
1150a1d184 Merge pull request #556 from microsoft/dependabot/npm_and_yarn/lsp-log-streaming-sample/client/ws-6.2.2
Bump ws from 6.2.1 to 6.2.2 in /lsp-log-streaming-sample/client
2022-02-28 12:52:30 -08:00
9e97a54705 Merge pull request #559 from microsoft/dependabot/npm_and_yarn/webpack-sample/ajv-6.12.6
Bump ajv from 6.10.2 to 6.12.6 in /webpack-sample
2022-02-28 12:52:16 -08:00
56ea7fd04b Merge pull request #562 from microsoft/dependabot/npm_and_yarn/helloworld-sample/ajv-6.12.6
Bump ajv from 6.12.2 to 6.12.6 in /helloworld-sample
2022-02-28 12:52:06 -08:00
3c2d67e305 Bump ws from 6.2.1 to 6.2.2 in /lsp-log-streaming-sample/client
Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/6.2.1...6.2.2)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-22 16:37:12 +00:00
e9b5485cec Bump ajv from 6.12.2 to 6.12.6 in /helloworld-sample
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.2 to 6.12.6.
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](https://github.com/ajv-validator/ajv/compare/v6.12.2...v6.12.6)

---
updated-dependencies:
- dependency-name: ajv
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-22 16:37:12 +00:00
2feab6d8f1 update vscode/test-web 2022-02-22 17:36:07 +01:00
e52c48f22a Update tree dnd sample 2022-02-14 13:56:31 +01:00
ad6403a019 Bump ajv from 6.10.2 to 6.12.6 in /webpack-sample
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6.
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](https://github.com/ajv-validator/ajv/compare/v6.10.2...v6.12.6)

---
updated-dependencies:
- dependency-name: ajv
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-14 03:29:35 +00:00
4e9b69f212 Add license field to projects missing them 2022-02-09 11:48:55 -08:00
58d3cbc5ae Audit fix 2022-02-09 11:44:13 -08:00
2bc23042f1 Update samples to build with TS 4.5.5 2022-02-09 11:38:40 -08:00
39381670d6 Adding missing samples 2022-02-09 10:57:22 -08:00
f82017e3a3 Update tree drag and drop sample 2022-02-04 15:48:54 +01:00
7923482046 Fix the 'Cancel' button in comment-sample (#492)
The code behind 'Cancel' was identical to the code for 'Save'. Since the
commenting API is modifying the body of the comment, we need to save the
previous value in the Comment object.
2022-01-24 14:21:01 +01:00
c5a751752e Merge pull request #549 from mavaddat/patch-1
Update the names of Debug panel and Launch
2022-01-19 10:28:29 -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
799d4ab249 Update tree drag and drop sample 2022-01-19 13:28:21 +01: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
1c7938db65 Update tree view sample with dnd proposal 2022-01-14 12:27:57 +01:00
e02887bb31 Fixes https://github.com/microsoft/vscode/issues/137888 by updating the inline-completions sample. 2022-01-10 15:00:12 +01:00
2f1d70f74e test: adopt refresh action 2022-01-06 13:01:53 -08:00
11f80d1e8b Provide example of openFolder getting started commands 2022-01-04 16:35:48 -08:00
752fa4d803 Merge pull request #533 from andrejp88/main
Fix test-provider-sample compilation in VSCode 1.62.3
2021-12-13 10:18:22 -08:00
e958fb7d45 polish 2021-12-10 11:34:52 -08:00
f09a6a35f4 Add category ids
Ref microsoft/vscode#138253
2021-12-10 11:31:52 -08:00
ac9bbf2e74 Merge pull request #524 from VitGottwald/fix-extension-name
Fix extension name
2021-12-06 09:14:26 +01:00
ea1dafae09 Merge pull request #535 from memeplex/main
Don't delay decorations on editor activation
2021-12-03 19:04:19 +01:00
598e911678 Fix tree view sample to run on older versions of VS Code
Fixes https://github.com/microsoft/vscode-extension-samples/issues/531
2021-12-03 14:18:23 +01:00
71b2eb133a Add new features 2021-12-01 16:55:12 -08:00
2098ec0973 Don't delay decorations on editor activation 2021-11-30 13:48:48 -03:00
7979a95f13 Fix test-provider-sample compilation in VSCode 1.62.3 2021-11-26 18:14:06 +00:00
1368229987 Merge pull request #527 from darul75/main
Fix typo in error message function
2021-11-19 13:10:10 -08:00
47b89ffbef Fix typo in error message function 2021-11-19 19:44:54 +01:00
41afc726bc Update tree drag and drop API usage 2021-11-17 13:33:05 +01:00
1e30c2a146 Merge pull request #525 from eltociear/patch-2
Fix typo in referencesDocument.ts
2021-11-16 06:17:04 -08:00
c760f5b44c Fix typo in referencesDocument.ts
containg -> containing
2021-11-16 23:06:45 +09:00
fbde91c6e2 Update tree view sample to use onWillDrop 2021-11-16 14:56:39 +01:00
1e6a021d0e update proposed API sample 2021-11-15 14:35:24 +01:00
5e4acd9164 npm i, npm audit 2021-11-15 14:30:24 +01:00
cf2d424104 Fix extension name
Signed-off-by: Vit Gottwald <vit.gottwald@gmail.com>
2021-11-13 20:16:10 +01:00
116b0aa1ad improve typing of webpack.config.js 2021-10-25 23:23:48 +02:00
6429e7f0db add decorator ro semantic tokens sample 2021-10-25 23:23:48 +02:00
355d5851a8 Build extensions using TS 4.4 2021-10-04 12:24:14 -07:00
68da9c802d Merge pull request #508 from maverick-dev-55/main
rename ma in.js to main.js
2021-10-04 12:07:37 -07:00
afa438d930 Rename ma in.js to main.js 2021-10-01 21:30:20 -04:00
eed9581e43 Update extension.ts 2021-10-01 21:29:47 -04:00