Commit Graph

66 Commits

Author SHA1 Message Date
ead2640188 Fix EACCES error code name (#847) 2023-07-06 12:43:00 +00:00
3ca4acdff2 Bump extensions to TS 5.1
Picks up TS 5.1.3 for building extensions

Also bumps `@types/node` to resolve typings conflicts with new TS version
2023-06-05 14:34:14 -07:00
34cbf1ccb0 Remove old proposed API check 2023-02-27 13:10:47 -08:00
2f83557a56 Run format on repo 2022-11-04 14:27:02 -07:00
31d3d4920b strict check tree view sample (#700) 2022-08-17 15:48:32 +02:00
151c8b2573 update engine version 2022-08-11 16:10:51 +02:00
8cbe519d2c selected Items context in use 2022-08-11 15:09:53 +02:00
92b34c5733 Support root in drag and drop sample 2022-03-24 13:47:15 +01:00
9be22a4709 Update tree dnd sample (#567) 2022-03-07 12:37:11 +01:00
e52c48f22a Update tree dnd sample 2022-02-14 13:56:31 +01:00
f82017e3a3 Update tree drag and drop sample 2022-02-04 15:48:54 +01:00
799d4ab249 Update tree drag and drop sample 2022-01-19 13:28:21 +01:00
1c7938db65 Update tree view sample with dnd proposal 2022-01-14 12:27:57 +01:00
598e911678 Fix tree view sample to run on older versions of VS Code
Fixes https://github.com/microsoft/vscode-extension-samples/issues/531
2021-12-03 14:18:23 +01:00
41afc726bc Update tree drag and drop API usage 2021-11-17 13:33:05 +01:00
fbde91c6e2 Update tree view sample to use onWillDrop 2021-11-16 14:56:39 +01:00
4a0b22cf62 Have a test view and a drag and drop test view 2021-08-17 15:40:28 +02:00
6cdb699a18 Get elements using TreeDataTransfer api (#466) 2021-08-17 15:34:46 +02: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
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
b338bca265 Update tree view sameple to include markdown tooltip
Part of https://github.com/microsoft/vscode/issues/120988
2021-04-14 13:39:51 +02:00
b3621dd88a Remove proposed API 2020-12-01 11:28:01 +01:00
9a2eb8ba5f Some tree view sample clean up 2020-11-02 09:56:33 +01:00
23e5167c2f Update samples to compile with TS 4.0.2 2020-09-10 15:20:30 -07: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
7b9a0a8c4c Use eslint instead of tslint
Fixes #266
2020-05-29 14:01:37 -07:00
e65c542a07 Add title to treeview sample 2019-10-09 17:29:14 +02: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
277cf73b2a #139 add comment for hardcoded login details 2019-01-03 12:49:19 +01:00
6546482b62 Fix icon and add description 2018-11-19 14:28:50 +01:00
982a2260de Update sample 2018-11-19 12:17:15 +01:00
ddf6bc3826 Fix merge conflicts 2018-10-30 13:01:37 -07:00
0b26279212 Merge branch 'ext-docs' 2018-10-30 00:54:49 -07:00
f5bf8cd618 Update test view 2018-10-29 19:30:50 +01:00
8afde29bce test view 2018-10-29 19:12:19 +01:00
78e5fd0c5d fix icon paths 2018-10-29 19:12:12 +01:00
813f90ac4d Improve samples 2018-10-29 19:11:51 +01:00
26a092783d test view 2018-10-29 19:09:37 +01:00
3b86fd72d5 fix icon paths 2018-10-29 12:56:51 +01:00
4ae5243897 Improve Samples 2018-10-25 18:28:52 +02:00
b72fae94fa Revert "Pretter for each ts file"
This reverts commit 23674b2cfe.
2018-10-23 22:14:56 -07:00
23674b2cfe Pretter for each ts file 2018-10-10 09:37:51 -07:00
a21dbb6d81 add consistent Promise structure 2018-09-13 16:27:37 -07:00
61dc1c6309 clean up 2018-07-24 15:08:36 +02:00
bde4774ab5 new file explorer view 2018-07-24 15:05:09 +02:00
bbca22205d Comment about tree view samples 2018-06-26 14:36:58 +02:00
c9f5ae193d fix get parent 2018-06-19 22:04:08 +02:00
968130df45 Use tex document provder 2018-05-09 15:02:07 +02:00