Commit Graph

28 Commits

Author SHA1 Message Date
Martin Aeschlimann
1f1b778104 resource.isEqual / isEqualOrParent: use isIgnore default bahaviour 2018-08-20 12:10:08 +02:00
Martin Aeschlimann
8b8feed4ad polish cli args parsing 2018-08-09 17:54:54 +02:00
Martin Aeschlimann
50dba3707c Support file-uris as arguments 2018-07-30 15:07:08 +02:00
Sandeep Somavarapu
1ee90dc8d2 Fix findWindowOnWorkspaceOrFolderUri to accept URI and adopt 2018-07-19 12:55:30 +02:00
Sandeep Somavarapu
5a7da8c687 💄 2018-07-19 12:48:50 +02:00
Sandeep Somavarapu
bba73a471f Rename to SingleFolderIdentifier 2018-07-19 12:33:20 +02:00
Sandeep Somavarapu
fd7d83f663 Use URI instead of Path for folders 2018-07-18 21:49:52 +02:00
Benjamin Pasero
cf88c4f0ae 💄 2018-06-18 16:53:25 +02:00
Christof Marti
6fe0c32698 Don't check parent folders for settings / settings folder (fixes #45121) 2018-03-06 10:44:53 +01:00
Benjamin Pasero
d674f7b7e1 fix #44980 2018-03-05 14:29:16 +01:00
Johannes Rieken
7c7eb9bfc6 Fix #34699 2017-09-20 16:07:07 +02:00
Benjamin Pasero
a97196e477 use more proper types for workspace on main side 2017-09-20 12:22:16 +02:00
Benjamin Pasero
9de3068a4d Revisit code-workspace format (#33097)
* drop workspace ID from workspace file

* make folders types an object instead of just string

* fix compile

* polish relauncher for id change

* migrate old workspace format to new on startup

* more migration from previous workspace id

* more migration code

* change folder format to be a path

* support for relative paths in workspace file

* fix of ctor call

* put root validation and filtering into workspace

* ensure we always have file resources

* fix tests

* add tests for workspace

* 💄

* linting
2017-08-25 16:22:30 +02:00
Christopher Leidigh
f3bf53f6b8 Replace all instances off "Focussed" with "Focused" except ContextKey (#32904)
* Replace focussed with focused

* Replace Focussed with Focused
2017-08-22 11:13:07 +02:00
Benjamin Pasero
a87dd9c7ad fix imports to single quote 2017-08-21 11:27:57 +02:00
Benjamin Pasero
b106857fd1 multi root: allow target extension development window to be a workspace too 2017-07-20 16:49:15 +02:00
Benjamin Pasero
c30266c690 make window finder fit for workspaces 2017-07-18 12:02:49 +02:00
Benjamin Pasero
7ba2ede2a7 merge findWindowOnFolder and findWindowOnWorkspace into one 2017-07-18 10:48:11 +02:00
Benjamin Pasero
d4ff203d81 simplify closeExtensionHostWindow via broadcast 2017-07-18 10:42:08 +02:00
Benjamin Pasero
5589604823 enable EH debugging for multi root workspaces (workaround for #30698) 2017-07-14 13:52:37 +02:00
Benjamin Pasero
537c0746c2 💄 introduce type for single folder case 2017-07-13 16:14:03 +02:00
Benjamin Pasero
a5f3583393 support workspace identifier in broadcasting API 2017-07-12 20:23:35 +02:00
Benjamin Pasero
48854cd439 IWorkspace => IWorkspaceIdentifier 2017-07-12 08:55:04 +02:00
Benjamin Pasero
7a35ef4b00 prefer workspace object over workspace config path 2017-07-12 08:48:20 +02:00
Benjamin Pasero
272a28828a wire in support for opening workspace config from the main side 2017-07-11 12:23:33 +02:00
Benjamin Pasero
124f4c71dd make single-folder case more explicit (rename workspacePath => folderPath) 2017-07-10 12:18:47 +02:00
Benjamin Pasero
f894bb9856 more 💄 around window finder helper 2017-07-10 10:20:53 +02:00
Benjamin Pasero
dd06f3ca21 💄 2017-07-10 09:46:47 +02:00