Commit Graph

948 Commits

Author SHA1 Message Date
5dfcb72538 Add commands 2020-10-21 09:19:12 -07:00
05d5ffc1c1 Merge pull request #355 from microsoft/misolori/webview-styles
Update webviews to use vscode styles
2020-10-21 09:15:18 -07:00
100b1b2045 Update webviews to use vscode styles 2020-10-20 14:28:28 -07:00
10588e62a3 Remove file extension 2020-10-19 20:52:50 -07:00
15b84806e0 Add eslint and fix errors 2020-10-19 20:52:28 -07:00
043f73e369 Set explicit extension kind
Most webview view extensions should be UI extensions
2020-10-19 17:07:32 -07:00
5514ec9a39 Update to use published types instead of proposed api 2020-10-19 17:07:00 -07:00
c601976622 Merge pull request #353 from t-eckert/t-eckert/decorator-spelling
Changed "Decoractor" to "Decorator"
2020-10-16 08:33:23 -07:00
bddf6aad55 Changed "Decoractor" to "Decorator" 2020-10-15 21:42:04 -07:00
9b8701dcea run npm audit fix for all sample projects 2020-09-10 15:26:54 -07:00
d091a2038f Allow more easily running a command for every sample repo 2020-09-10 15:26:29 -07:00
23e5167c2f Update samples to compile with TS 4.0.2 2020-09-10 15:20:30 -07:00
a33c46a94c Remove unused const 2020-09-10 15:12:26 -07:00
62b8da7b17 Update api proposal 2020-09-10 15:12:18 -07:00
bb4a0c3a5d Remove explicit background: transparent;
VS Code now defaults to using a transparent background for webviews
2020-08-31 16:25:37 -07:00
823fe95929 Fix readme links 2020-08-31 14:40:14 -07:00
aa174fe796 Add example of how to contribute commands to view title 2020-08-25 14:46:34 -07:00
ac85b326b9 Cleanup 2020-08-25 14:33:02 -07:00
84cfeaf730 Fix api name 2020-08-25 14:30:47 -07:00
69409d5e5f Add webview view sample
For https://github.com/microsoft/vscode/issues/46585
2020-08-24 17:39:48 -07:00
8d43af0868 Fix compile errors due to mocha update 2020-08-18 15:26:11 +02:00
b93bc80414 Update mocha dependencies 2020-08-18 15:22:57 +02:00
78bcfee07d Use published types 2020-08-17 10:00:40 -07:00
83261e3f32 Add example for terminal link provider 2020-08-10 10:22:33 -07:00
34fe02c4c6 Move environmentVariableCollection into stable samples 2020-08-10 10:14:03 -07:00
22d5639ff5 Fix spaces/tab indentation 2020-08-06 14:24:56 -07:00
ba0294cbcd Use uris over using node paths module
vscode.Uri.joinPath is the prefered method for working with paths as it supports web properly
2020-08-06 13:55:57 -07:00
8e1a291e62 Use joinPath
Also cleans up a bit more
2020-08-06 13:51:15 -07:00
644f68e6f0 Remove some unused code 2020-08-06 13:48:32 -07:00
65e8ac68ae Merge pull request #330 from microsoft/dependabot/npm_and_yarn/tree-view-sample/lodash-4.17.19
Bump lodash from 4.17.15 to 4.17.19 in /tree-view-sample
2020-08-06 13:33:04 -07:00
c1e0c69315 Bump lodash from 4.17.15 to 4.17.19 in /tree-view-sample
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-06 19:47:49 +00:00
b1f8154dfa Add codicons sample extension 2020-08-06 12:46:40 -07:00
99de681ddf Add better demo gif for github authentication sample, fixes microsoft/vscode#103966 2020-08-04 14:35:25 -07:00
54c7b9adba Fix github-authentication-sample postinstall, fixes microsoft/vscode#103964 2020-08-04 10:07:43 -07:00
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