Commit Graph

1207 Commits

Author SHA1 Message Date
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
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
fb3484de91 Merge pull request #507 from AkatQuas/fix/codicons
fix: use the correct demo gif
2021-09-30 12:34:11 -07:00
1f6bc9b847 fix: use the correct demo gif 2021-09-30 15:34:39 +08:00
2437ff870f Merge pull request #475 from radeksimko/fix-getting-started
Use new API in 'Getting Started Sample'
2021-09-27 17:14:28 -07:00
3a9ec45c6d Merge pull request #499 from microsoft/dependabot/npm_and_yarn/code-actions-sample/ansi-regex-5.0.1
Bump ansi-regex from 5.0.0 to 5.0.1 in /code-actions-sample
2021-09-27 18:05:49 -04:00
a619316252 Merge pull request #497 from microsoft/dependabot/npm_and_yarn/custom-editor-sample/ansi-regex-5.0.1
Bump ansi-regex from 5.0.0 to 5.0.1 in /custom-editor-sample
2021-09-27 18:05:42 -04:00
22da4eab49 Bump ansi-regex from 5.0.0 to 5.0.1 in /code-actions-sample
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](https://github.com/chalk/ansi-regex/compare/v5.0.0...v5.0.1)

---
updated-dependencies:
- dependency-name: ansi-regex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-27 22:05:32 +00:00
a4ef669fe5 Merge pull request #482 from AkatQuas/typo
fix: some typos
2021-09-27 18:05:30 -04:00
80aafa30d8 Bump ansi-regex from 5.0.0 to 5.0.1 in /custom-editor-sample
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](https://github.com/chalk/ansi-regex/compare/v5.0.0...v5.0.1)

---
updated-dependencies:
- dependency-name: ansi-regex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-27 22:05:28 +00:00