Martin Aeschlimann
5eb18c64db
merge with master
2018-08-09 15:15:07 +02:00
Johannes Rieken
9b7c16e0a6
debt - make test renderer use a correct baseUrl (and adopt tests using require.toUrl)
2018-08-07 11:08:16 +02:00
Martin Aeschlimann
50dba3707c
Support file-uris as arguments
2018-07-30 15:07:08 +02:00
Martin Aeschlimann
a28d783a79
fix windowsFinder tests
2018-07-19 10:38:25 +02:00
Matt Bierner
ab1669f898
Revert "Revert "Avoid using import x = require('...')""
...
This reverts commit 27256832f3 which turns out did not break the import of vs/nls
2018-03-15 10:17:18 -07:00
Matt Bierner
27256832f3
Revert "Avoid using import x = require('...')"
...
This reverts commit 7de696a202 .
Seems to have broken loading vs/nls in at least one case in insiders
2018-03-15 00:47:33 -07:00
Matt Bierner
7de696a202
Avoid using import x = require('...')
...
Don't use this import form in places where it is not needed. This prevents us from correctly detecting duplicate imports
2018-03-14 14:45:59 -07: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
d013da485d
fix tests
2018-03-05 14:44:51 +01: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
Benjamin Pasero
a87dd9c7ad
fix imports to single quote
2017-08-21 11:27:57 +02:00
Benjamin Pasero
c30266c690
make window finder fit for workspaces
2017-07-18 12:02:49 +02:00
Benjamin Pasero
5589604823
enable EH debugging for multi root workspaces (workaround for #30698 )
2017-07-14 13:52:37 +02:00