Commit Graph

219 Commits

Author SHA1 Message Date
bcb448caf4 undo compile on install 2016-12-30 18:35:00 +01:00
65bf7cb855 make comments docco friendly 2016-12-30 17:18:27 +01:00
9e1e79e09b use const or let instead of var, remove unused code 2016-12-30 12:39:27 +01:00
cdc81c9d73 add image 2016-12-30 12:05:24 +01:00
3645fa2f5d fix broken links 2016-12-30 11:58:50 +01:00
6d4fcfd80f update readme 2016-12-30 11:56:29 +01:00
6ae1ea637f rename build to .build 2016-12-30 11:46:01 +01:00
7f023bebd9 compile samples when running npm install 2016-12-30 11:45:09 +01:00
6576d5c973 add version property 2016-12-30 11:32:57 +01:00
fcbdfc95ba format ts and json files 2016-12-30 11:17:41 +01:00
ee1898b91a update main path 2016-12-30 11:09:39 +01:00
8f96a71c10 modernize vim-sample 2016-12-30 11:03:46 +01:00
3f64100f11 rename example to sample 2016-12-30 11:01:43 +01:00
0337f45f7a modernize terminal-sample 2016-12-30 11:00:42 +01:00
2b624c6388 modernize prevewhtml-sample 2016-12-30 10:58:25 +01:00
1d64e05329 modernize decorator-sample 2016-12-30 10:56:16 +01:00
9acb86e256 moderinze contentprovider-sample 2016-12-30 10:53:11 +01:00
81e3a72753 align sources in src/ folder 2016-12-30 10:47:48 +01:00
566d091dc8 more postInstall automation 2016-12-30 10:42:56 +01:00
475403c335 remove dummy test-folders 2016-12-30 10:34:54 +01:00
5512278d05 add statusbar sample 2016-12-17 11:38:21 +01:00
327c876a1a wording 2016-12-17 11:34:05 +01:00
71d52d7517 Add a sample for status bar contribution (show number of selected lines) 2016-12-17 11:33:07 +01:00
170f24add1 add language-provider sample 2016-12-15 19:48:12 +01:00
b41b561a1f Fix #9 - use outFiles instead of outDir 2016-12-13 10:00:29 -08:00
2ad723a3c7 Update launch.json 2016-11-29 09:56:32 +01:00
2344632f35 Update README.md 2016-11-28 13:42:28 +01:00
b99e0a1188 Update to match viewlet icons 2016-11-28 13:41:49 +01:00
06c196a7a0 Update README to highlight that you need to toggle explorer first time 2016-11-18 10:05:32 -08:00
d1861c74b6 Highlight that you need to run "Toggle Custom Explorer" in first run
Seems to be a common confusing point. Correct flow is being discussed at
https://github.com/Microsoft/vscode/issues/15217#issuecomment-259488001
2016-11-17 19:24:43 -08:00
2bd1d81920 Update USAGE.md 2016-11-17 18:53:04 -08:00
5dc5c894eb Handle empty workspace 2016-11-17 13:41:06 -08:00
aa2bfefe1b Update USAGE 2016-11-17 10:16:06 -08:00
2a1eab609a Merge pull request #7 from Microsoft/tree-explorer-usage
Handle a error case and name consistency
2016-11-17 10:14:03 -08:00
f3f2558f0c Handle a error case and name consistency 2016-11-17 10:12:45 -08:00
3c1e02359c Merge pull request #6 from Microsoft/tree-explorer-usage
Tree explorer usage
2016-11-16 16:00:07 -08:00
0cec98c418 Update links and small fixes 2016-11-16 15:57:54 -08:00
94730b8b48 Tree explorer usage doc 2016-11-16 15:49:54 -08:00
2ddcae60de Merge pull request #5 from Microsoft/tree-explorer-sample
Tree explorer sample
2016-11-16 09:54:25 -08:00
c38439756a Tree explorer sample 2016-11-16 09:33:20 -08:00
a17867e2b8 Merge pull request #4 from testerez/patch-1
Update README.md
2016-11-08 10:01:48 +01:00
94394386d5 Update README.md 2016-11-02 23:18:44 -04:00
29d219299e Rename extensions 2016-10-25 12:22:02 +02:00
4056dc8954 version updates 2016-09-27 09:10:31 +02:00
35e3a89bed Sample extension packs 2016-09-23 01:10:23 +02:00
cca179c64b Sample extension packs 2016-09-23 01:10:23 +02:00
e6bac737f5 Add Terminal.processId example
Part of Microsoft/vscode#11919
2016-09-19 14:35:52 -07:00
5a22cc9581 Add note in code indicating 1.6 APIs 2016-09-15 12:27:35 -07:00
3c9dd393d4 Add example for window.onDidCloseTerminal
Part of Microsoft/vscode#10925
2016-09-15 12:25:32 -07:00
94cd47f3c1 Add custom shell/args terminal example
Fixes Microsoft/vscode#10917
2016-09-13 21:35:54 -07:00