Commit Graph

704 Commits

Author SHA1 Message Date
7125ef2fcc Update 2019-05-23 19:26:01 -07:00
a2a2dce2a7 Merge pull request #186 from microsoft/octref/test-runner
Sample test runner for microsoft/vscode-extension-vscode#157
2019-05-23 17:14:40 -07:00
40f99ab07d Remove process.stdout.write workaround 2019-05-23 17:07:29 -07:00
794212ec5c tmp 2019-05-23 16:00:20 -07:00
08a74e7c97 Fix typings warning 2019-05-23 09:48:22 -07:00
9793ad11db use typings from master 2019-05-23 09:45:14 -07:00
0fdddb75e2 Merge pull request #185 from microsoft/rr/comments
update comments namespace
2019-05-23 09:43:11 -07:00
8d6054d932 update context key 2019-05-23 09:21:34 -07:00
950f97f958 Fix extension path (#184)
Fix extension path
2019-05-23 16:28:56 +02:00
b8bd108037 Clean-up and documentation (#183)
Clean-up and documentation
2019-05-23 11:18:04 +02:00
cb83f3909e Make all reporters work 2019-05-22 18:57:41 -07:00
0f703833f7 Drop sleep 2019-05-22 18:01:45 -07:00
a56217efdd Sample test runner for microsoft/vscode-extension-vscode#157 2019-05-22 17:01:18 -07:00
29d5a0ee71 Remove 20+ folders workspace 2019-05-22 11:26:55 -07:00
43e1385f27 vscode -> @types/vscode 2019-05-21 16:05:56 -07:00
a0953d50f6 Fix extension path 2019-05-21 22:39:13 +02:00
bc3a287d6a update comments namespace 2019-05-21 12:03:32 -07:00
21f9ceff1c extract the note 2019-05-17 18:52:59 -07:00
cfcdec6f41 finish draft 2019-05-17 18:39:54 -07:00
78e140cbb0 start draft 2019-05-17 18:36:36 -07:00
be77259d24 Save comment 2019-05-17 18:31:33 -07:00
d13c018d78 new api 2019-05-17 16:40:30 -07:00
d6151b79c7 Merge branch 'master' of https://github.com/Microsoft/vscode-extension-samples 2019-05-17 00:53:06 +02:00
80f5553e69 - code documentation, clean-up
- sourceControlPane argument in the command handlers
- command to open fiddle in the browser
2019-05-17 00:52:52 +02:00
7ed787c066 Update package-lock.json 2019-05-14 10:57:56 -07:00
4636d698ff Fixes #182: Fix npm audit issues reported in i18 samples 2019-05-14 10:57:02 -07:00
4143736821 Don't dev depend on mocha
Mocha is not used in this sample
2019-05-10 15:29:25 -07:00
e28e67cdee Use latest vsce 2019-05-10 15:27:04 -07:00
22a8ff0217 Use latest vscode or "@types/vscode" 2019-05-10 15:23:49 -07:00
972af20979 Adding top level compile and lint scripts
Add scripts to compile or lint all extension samples
2019-05-10 15:12:56 -07:00
12a3528bae Use standard tslint rules for source-control example 2019-05-10 14:45:55 -07:00
5553fee13b Fixing lint errors for many of the projects 2019-05-10 14:43:54 -07:00
03cf5fa9f1 Enable strict mode for many samples 2019-05-10 14:34:54 -07:00
9974850d29 Bump webpack extension deps to fix security issues 2019-05-09 17:07:54 -07:00
f4f21dcb03 Bump tslint versions
Fixes some npm audit issues
2019-05-09 17:04:08 -07:00
139fa5b39a Use latest TS version across examples 2019-05-09 16:59:56 -07:00
b2dc124528 Merge pull request #181 from microsoft/dev/mjbvz/@types
Use vscode/@types for most extension samples
2019-05-09 16:52:55 -07:00
6549fc236a Also remove "vscode" from .base-sample 2019-05-09 14:53:45 -07:00
0b26276bb6 Use vscode/@types for most extension samples
Fixes #180

Changes from using `vscode` to `@types/vscode` for the majority of extension samples. The `@types/vscode` package is much smaller and does not pull in any dependencies.

Other changes:

- Remove so empty test files
- Bump engine versions to match @types/vscode versions
- Use `npm run compile` for most `vscode:prepublish` scripts
2019-05-09 14:52:38 -07:00
10acd63e8d Replace vscode with @types/vscode in terminal samples
Part of #180
2019-05-09 14:36:42 -07:00
5d7713c766 Merge pull request #178 from Microsoft/delete-previewHtml
Delete the legacy previewHtml sample
2019-05-01 14:28:24 -07:00
2948e87b98 Delete the legacy previewHtml sample
The previewHtml command does not work at all in recent versions of VS Code. I don't think it is worth keeping this legacy sample around
2019-05-01 14:25:31 -07:00
ad8e77725b Update comments api. 2019-04-30 15:10:43 -07:00
c3f551e86c Remove yarn.lock 2019-04-18 13:35:03 -07:00
c42b8f377b Use 1.32 API and fix compile error. Fix #174 2019-04-18 09:27:58 -07:00
0ea0e0daf1 update packages 2019-04-18 10:09:44 +02:00
cdd844ab68 fix for #174 2019-04-18 10:09:12 +02:00
da14adc183 fix sample (for #174) 2019-04-18 10:05:52 +02:00
75dd0c7679 who deleted this file?!? 2019-04-18 09:59:27 +02:00
2d64068c26 Addressed 174 2019-04-18 09:40:50 +02:00