Commit Graph

673 Commits

Author SHA1 Message Date
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
2b5a1af796 Merge pull request #175 from SimonSiefke/patch-1
fix the text for the link to the docs
2019-04-17 12:40:10 -07:00
acf222bb7f fix the text for the link 2019-04-16 22:43:01 +02:00
631a16f9d5 Various fixes for #174 2019-04-16 09:59:21 -07:00
0fe4a15b26 Update link 2019-04-15 09:43:44 -07:00
308f5bf447 Update scripts 2019-04-15 09:27:20 -07:00
a07b094551 Add Document Editing Sample 2019-04-15 09:25:07 -07:00
87a7ab98d7 Update Typings 2019-04-15 09:07:38 -07:00
b9ad2eb3bf Update commenting api 2019-04-05 11:59:10 -07:00
2b169fc0ad Comments API Sample (#160)
* Comment API Sample
2019-03-29 19:31:06 +01:00
19ff2a1ade fix engines version 2019-03-28 15:48:04 +01:00
c5824e3f5f node file system provider: update vscode version 2019-03-28 15:44:27 +01:00
efbfb30884 update fs nodejs sample 2019-03-28 07:30:31 +01:00
8143df9875 Enforce tab indentation 2019-03-26 15:53:36 -07:00
28bc263424 Fix code according to Microsoft/vscode-docs#2512 2019-03-26 10:30:27 -07:00
b2d29d2238 Merge pull request #168 from ktowen/patch-1
Fixed typo
2019-03-25 11:38:58 -07:00
49efdab65c Fixed typo 2019-03-25 10:57:10 -04:00
e48c6c8909 💄 2019-03-20 10:31:44 +01:00
9c1d5c1248 - ability to open fiddle in the browser instead of writing to it.
- fix fidde versioning to be zero-based
2019-03-19 22:17:35 +01:00
0dceda85ee - support for multi workspace folders
- mock fiddle for offline testing
- redesigned to support files closing
- support for deleted files
2019-03-19 03:06:13 +01:00
d3dcc39f87 Merge branch 'master' of https://github.com/Microsoft/vscode-extension-samples 2019-03-15 01:26:13 +01:00
976447594b Update vscode dev dependency 2019-03-13 11:55:39 -07:00
558878d9f1 add the Source Control Sample to the README.md 2019-03-13 15:24:49 +00:00
8cc900dfef Applying the sample contribution guidelines 2019-03-12 23:54:14 +00:00
bca441ddab Adding source control sample 2019-03-12 23:24:46 +00:00
b487366633 Merge pull request #158 from Microsoft/tyriar/dimensions
Add example for terminal dimensions
2019-03-05 08:53:41 -08:00
cb4ff96ff9 Update vscode package 2019-03-05 12:09:06 +01:00
cf47784724 add tests to webpack-sample 2019-03-04 14:15:59 +01:00
468e219e3b decorator-sample doesn't work on node v8.12.0, timeout not defined. Fixes #142 2019-03-01 16:15:58 +01:00
9d00b5d98d List vscode as a dev-dependecy, not a regular dep 2019-02-19 11:48:35 -08:00
12109b207e Merge pull request #154 from pmcelhaney/typo-diagnosic
typo: "diagnosic" should be "diagnostic"
2019-02-19 06:56:55 -08:00
8d66544bde typo: "diagnosic" should be "diagnostic" 2019-02-19 09:01:02 -05:00