8e0d2c6f59
Update README.md
2020-08-04 10:27:50 +02:00
059559e70f
Fix small typo
2020-08-04 10:27:12 +02:00
2f9e5fbcdf
Add github-authentication-sample
2020-08-03 14:31:44 -07:00
0b0df69b9b
Fixing untitled saving
2020-07-28 15:49:07 -07:00
5d95c0fa44
Make sure we always use png
2020-07-28 15:48:13 -07:00
9f7d72d637
Update paw draw example to show how to create untitled files
...
Fixes https://github.com/microsoft/vscode/issues/100238
This is not well supported at the moment since we need some new APIs for working with untitled custom editors, how the current example shows how it can be implemented
2020-07-23 21:14:23 -07:00
c78e0205a8
Merge pull request #329 from microsoft/dependabot/npm_and_yarn/lsp-sample/lodash-4.17.19
...
Bump lodash from 4.17.17 to 4.17.19 in /lsp-sample
2020-07-21 11:36:13 +02:00
396fe3a5c6
Bump lodash from 4.17.17 to 4.17.19 in /lsp-sample
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.17 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/commits/4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-07-20 00:47:27 +00:00
0aa0e6bb9e
Update dependencies
2020-07-08 14:11:44 +02:00
e5c64d606a
Tree view sample package json updates
2020-07-08 10:41:11 +02:00
f2a5778063
Update vscode version and add void to event
...
Fixes https://github.com/microsoft/vscode-extension-samples/issues/321
2020-06-25 10:47:37 +02:00
da77855cba
Merge pull request #322 from mtxr/patch-1
...
Fix webpack-sample README.md text
2020-06-24 13:38:14 -07:00
32304d9b84
Update README.md
2020-06-24 17:22:59 -03:00
15bf6474f6
Update sample to use 1.46 types
2020-06-11 13:40:09 -07:00
b5742ed3d9
Merge pull request #317 from lodestone/lsp-sample-comment-improvements
...
Improve comments
2020-06-11 17:42:41 +02:00
808cbb732f
Make things const
2020-06-11 17:41:06 +02:00
4aa7cde488
Merge pull request #318 from microsoft/alexr00/tasksSample
...
Remove deprecated API and lint tasks sample
2020-06-10 12:01:31 +02:00
2904aeac4a
Remove deprecated API and lint tasks sample
...
Fixes https://github.com/microsoft/vscode-extension-samples/issues/297
2020-06-10 11:27:06 +02:00
d2c13f305f
update sample with icon and contextualTitle
2020-06-09 15:23:05 -07:00
b789046ec1
Improve comments
...
Mostly this commit is dealing with the following line being out of date with the current state of the code.
> The text document manager supports full document sync only
2020-06-09 07:07:21 -05:00
aaa7e1baf9
Remove proposed api from tasks package.json
2020-06-09 10:10:28 +02:00
ee16257d90
Update tasks custom sample to not use proposed api
...
Related to https://github.com/microsoft/vscode-extension-samples/issues/306
2020-06-09 10:07:50 +02:00
3f794b7a5a
Add workarounds for finalization of custom editor API
...
Will remove any casts once 1.46 ships
2020-06-04 15:21:38 -07:00
1c9a14f3e4
Fix npm warnings
2020-05-29 14:27:34 -07:00
d13ffc1628
Remove proposed api from semantic-tokens
...
This api has now been finalized
2020-05-29 14:23:24 -07:00
9819038c9e
Recomend eslint for all samples
2020-05-29 14:20:07 -07:00
4efd427258
Enable semicolon rule for eslint
2020-05-29 14:13:32 -07:00
2c377b7828
Update extensions to build with typescript 3.9.4
...
Also fixing some compile errors in configuration-sample
2020-05-29 14:11:10 -07:00
e70997d6c2
Update readme
2020-05-29 14:03:01 -07:00
e3389a5c60
Add missing eslintrc files
2020-05-29 14:02:53 -07:00
7b9a0a8c4c
Use eslint instead of tslint
...
Fixes #266
2020-05-29 14:01:37 -07:00
d1168422a0
Update custom editor example to use eslint
2020-05-29 12:28:40 -07:00
5b3fc0a2ff
Remove any
2020-05-28 21:10:30 -07:00
1c11df44c0
Merge pull request #309 from badsyntax/fix-viewcontainers
...
Fix reference to viewsContainers contribution point
2020-05-26 17:23:06 +02:00
6c222a6861
Fix reference to viewsContainers contribution point
...
Also fixed the formatting of the markdown files:
- Fix mixed whitespace causing rendering issues
- Fix trailing whitespace
- Fix other issues by running through prettier
2020-05-23 08:53:27 +01:00
8f289726b8
product icon sample: add script to generate the font from svg files. Fixes #303
2020-05-13 17:19:59 +02:00
38cf8ca579
Audit
2020-05-07 12:18:39 +02:00
600ff3e030
Update dependencies
2020-05-07 12:17:51 +02:00
eb477566c1
Convert example to incremental text sync
2020-05-07 12:13:14 +02:00
cd6c33d101
Updates to target es2019
...
Fixes #265
Also excludes dom typings from the lib files so that dom methods are not suggested
2020-05-06 12:14:11 -07:00
29b21d108d
add product icon theme to samples.js
2020-05-05 10:08:25 +02:00
654df26d44
Merge pull request #291 from microsoft/dependabot/npm_and_yarn/quickinput-sample/minimist-1.2.5
...
Bump minimist from 0.0.8 to 1.2.5 in /quickinput-sample
2020-05-05 09:52:02 +02:00
76526d83e6
update readme, add product icon theme sample
2020-05-04 21:45:49 +02:00
6ad63b3083
Bump minimist from 0.0.8 to 1.2.5 in /quickinput-sample
...
Bumps [minimist](https://github.com/substack/minimist ) from 0.0.8 to 1.2.5.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/0.0.8...1.2.5 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-05-04 19:36:26 +00:00
cecaf330a7
product icon theme sample
2020-05-04 21:35:51 +02:00
d9adadb96c
Merge pull request #289 from burrt/bugfix/fix-typos-in-docs
...
Fix typo and resolve markdown lint warning
2020-05-03 05:27:46 -07:00
2379dc3e09
Fix typo and resolve markdown lint warning
2020-05-03 19:16:12 +10:00
4b068de11c
update readme and screenshot
2020-05-01 17:16:40 +02:00
6ec220bdbc
notInLegend token type
2020-05-01 17:03:31 +02:00
6790e80158
Fix version
2020-04-30 18:20:38 -07:00