Commit Graph

1109 Commits

Author SHA1 Message Date
260e82daa0 Merge pull request #471 from tanhakabir/notebook-renderer
Notebook renderer examples
2021-08-01 22:57:06 -07:00
90890eef02 create table of issues 2021-08-01 22:55:58 -07:00
ae0a71b27b add React 2021-08-01 22:50:23 -07:00
0c37342406 init react renderer 2021-08-01 22:18:21 -07:00
e028077bb9 display github issues in a table 2021-08-01 22:14:27 -07:00
bf6319631c init 2021-08-01 21:30:26 -07:00
62e7e59776 Remove extra parseTree (#406) 2021-07-29 15:13:14 +02:00
36a73e3472 Remove deprecated use of rootPath
Fixes https://github.com/microsoft/vscode-extension-samples/issues/375
2021-07-29 15:06:57 +02:00
e4ddd8c30c Remove use of deprecated rootPath
Fixes https://github.com/microsoft/vscode-extension-samples/issues/357
2021-07-29 14:58:42 +02:00
0242cd30d8 Merge pull request #469 from eltociear/patch-1
Fix typo in pawDrawEditor.ts
2021-07-27 07:00:32 -07:00
916bafd1fe Fix typo in pawDrawEditor.ts
occured -> occurred
2021-07-27 22:42:02 +09:00
1748ee928e testing: update to latest api 2021-07-21 15:02:29 -07:00
d885d442fa add lsp-web-extension-sample 2021-07-21 18:13:58 +02:00
710ba4ef67 chore: update to latest api 2021-07-20 12:31:55 -07:00
6fcbb099a2 add welcome view content sample
fixes #402
2021-07-19 16:09:29 +02:00
547dd0bb35 testing: update to latest api 2021-07-16 13:09:38 -07:00
dcbf3a4f50 fix #400 tree-view-sample: update package.json, package-lock.json (#401) 2021-07-16 11:48:59 +02:00
e2ce408ec8 Add --enable-proposed-api to launch.json (#346) 2021-07-16 11:21:41 +02:00
af8c35e1fd rename vscode-test package 2021-07-15 12:19:44 -07:00
3fad3d66c1 testing: update to latest api 2021-07-14 17:30:49 -07:00
0f35eb3386 Fix #384 2021-07-14 14:19:49 -04:00
e5f7902f4c Add security policy
Create SECURITY.md
2021-07-14 09:19:47 -07:00
405c4891b6 Update security policy to follow msft standards 2021-07-14 07:32:44 -07:00
08ccc55f78 Fix terminal-sample compile
Fixes #456
2021-07-14 03:47:49 -07:00
027679db1b Merge pull request #465 from k-kuroguro/fix-typo
fix typo
2021-07-13 20:34:56 -07:00
e15a3ee541 Merge pull request #458 from lakuapik/patch-1
Use jsonc for the sake of beauty
2021-07-13 20:34:45 -07:00
4cc990cd38 fix typo 2021-07-14 12:23:20 +09:00
95618adb09 Bump minor TS version 2021-07-13 18:48:28 -07:00
51c0ecc572 Update codicons package 2021-07-13 16:00:21 -07:00
923009cf8d Fix comment 2021-07-13 10:11:40 -07:00
2406973edd testing: update to latest api 2021-07-12 17:29:16 -07:00
5428bdc9d2 test coverage apis 2021-07-12 17:29:16 -07:00
e3cd85420a Merge pull request #460 from k-kuroguro/main
Fix wrong link of image
2021-07-10 20:14:30 -07:00
d73ae746c9 fix wrong link of image 2021-07-11 03:46:50 +09:00
09b08d77e3 Update README.md 2021-07-10 12:02:11 +07:00
b056421f3b Create SECURITY.md 2021-07-09 20:07:37 -04:00
68962383d2 update font generator in product-icon-theme-sample 2021-07-09 09:47:05 +02:00
566b442437 💄 2021-07-07 10:35:51 -07:00
c27198c2b9 Tweak LSIF generation 2021-07-07 15:23:56 +02:00
e8dd5916b2 Merge pull request #449 from 4086606/terminal-profiles
Add terminal profile example to terminal-sample
2021-06-30 13:11:50 -05:00
513bc6ced5 Add startEntries config 2021-06-30 10:22:07 -07:00
1aae3b066b fix package-lock 2021-06-30 16:22:46 +02:00
1179dd1804 Merge pull request #452 from Odyssey346/main
Fix spelling error
2021-06-29 11:29:44 -07:00
40330d7e0e testing: fix no-op file watcher
Fixes #455
2021-06-28 09:21:56 -07:00
8fdf822985 update to new APIs 2021-06-24 11:39:18 -07:00
d2f8b8d21a update to new APIs 2021-06-23 12:31:22 -07:00
bee31a77ed Implement drag and drop controller (#431)
* implement drag and drop in sample

* clean code

* fix reveal command

* remove unnecessary method

* fix getParent to return the existing node instead of creating a new key

* Linting, naming, etc.

Co-authored-by: Alex Ross <alros@microsoft.com>
2021-06-23 15:37:55 +02:00
912d397e63 Fix spelling error
Signed-off-by: Oxygemo <alej0hio2007@gmail.com>
2021-06-22 21:21:11 +02:00
3df6f22000 Fix shellPath in example 2021-06-20 15:24:45 +01:00
384a7a034b Apply terminal provider type checks
Using definitions from microsoft/vscode#125849
2021-06-20 15:24:33 +01:00