Sandeep Somavarapu
3f3a737030
Fix #14412
2017-09-19 12:33:11 +02:00
Sandeep Somavarapu
6b26a395e5
FIx #34406
2017-09-19 12:14:37 +02:00
isidor
2370592e81
debug: use WorkspaceFolder
2017-09-19 12:03:32 +02:00
Benjamin Pasero
b28031b51b
adopt more of workspace.name
2017-09-19 11:51:19 +02:00
Benjamin Pasero
b1cf5a0881
support name property of workspace folder in FileLabel
2017-09-19 11:30:04 +02:00
isidor
efdc328058
${workspaceRoot} -> ${workspaceFolder}
2017-09-19 11:21:49 +02:00
Sandeep Somavarapu
e99995dce1
Fix #34122
2017-09-19 11:16:38 +02:00
isidor
876262b37c
debug: process.getSource
2017-09-19 11:10:39 +02:00
isidor
a3ff456a78
debug: react to breakpoint event
...
#8642
2017-09-19 11:10:38 +02:00
Keegan Carruthers-Smith
88ed834b9e
Fix tests and out of bounds in scorer ( #34576 )
...
* Don't sort scores in test
This test was a noop, because sort sorted `scores` as well. After this change,
the test fails. It passes after the following changes:
* hw should be a higher score than just H, since the w appears after a word
separator.
* Same with ld and L.
* Change target so that L comes before l. The scorer algorithm is greedy, so
will not match the upper case L otherwise, which is the point of that specific
case.
* Use correct index for same case bonus
`indexOf` is the index into `target`, while `index` is the correct index into
`query`.
* Return early for query length larger than target
2017-09-19 10:49:32 +02:00
rebornix
d069e922ef
Re #34366 . Extensions define color formats.
2017-09-19 00:03:58 -07:00
Benjamin Pasero
ff8c917a87
handle listeners properly
2017-09-19 09:01:45 +02:00
Benjamin Pasero
bb2d2a0b0e
enter workspace: update backup path properly
2017-09-19 08:46:23 +02:00
Benjamin Pasero
26d2e9513a
clean up for workspace transition
2017-09-19 08:23:55 +02:00
Rob Lourens
bdfd8390af
Map version string to single number - Microsoft/vscode-bing#7
2017-09-18 22:09:05 -07:00
Rob Lourens
67e9d539e7
Merge pull request #34113 from Microsoft/roblou/settingsForBing
...
Make settings for each version of VS Code available for download
2017-09-18 17:25:34 -07:00
Rob Lourens
fd430793ee
Rename to export-default-configuration, and write sorted settings
2017-09-18 17:02:51 -07:00
Rob Lourens
12c1ed6bcc
Add ability to start vscode just to write out a blob of all config details - for Microsoft/vscode-bing#7
...
Upload configuration file during the build to the same azure storage account as sourcemaps
2017-09-18 16:08:35 -07:00
Daniel Imms
edf89bc717
Fix terminal background theming
...
Fixes #34601
2017-09-19 08:05:10 +09:00
Matt Bierner
890d41f7fa
Allow injection grammars to specify embedded languages ( #34327 )
...
Fixes #34316
Enables contributed injection grammars to specify an embedded language for their injection targets:
```json
"grammars": [
{
"scopeName": "meta.embedded.css",
"path": "./syntaxes/injection.json",
"injectTo": [
"source.js",
"source.jsx",
"source.ts",
"source.tsx"
],
"embeddedLanguages": {
"meta.embedded.css": "css"
}
}
]
```
2017-09-18 12:37:13 -07:00
Sandeep Somavarapu
4c566f056d
Add extensions schema to workspace configuration schema
2017-09-18 20:46:35 +02:00
Sandeep Somavarapu
18da558e8c
Fetch extension recommendations also from workspace configuration file
2017-09-18 20:43:11 +02:00
Sandeep Somavarapu
817b6b5f18
Merges
2017-09-18 20:27:29 +02:00
Sandeep Somavarapu
36575464a1
Adopt Multi root support for Workspace recommendations
2017-09-18 20:10:16 +02:00
Sandeep Somavarapu
b2c2c49d2a
Fix windows tests
2017-09-18 18:58:23 +02:00
Benjamin Pasero
7fef5b503e
migrate storage properly
2017-09-18 18:50:18 +02:00
Sandeep Somavarapu
3d86e1ee42
Fix #33698
2017-09-18 18:48:24 +02:00
Sandeep Somavarapu
beb4f5ba50
Fix windows tests
2017-09-18 18:41:41 +02:00
Benjamin Pasero
f68f989962
relauncher: prevent duplicate ext host restart
2017-09-18 18:40:16 +02:00
Benjamin Pasero
e1b66a9404
better workspace name change event handling
2017-09-18 18:35:37 +02:00
Sandeep Somavarapu
3dbf7ccd8e
Fix compilations
2017-09-18 18:32:30 +02:00
Sandeep Somavarapu
1a347c75e1
clean up workspace service and trigger name event on name change only
2017-09-18 18:32:30 +02:00
Benjamin Pasero
e7e3cd60a3
update menu properly after transitioning workspaces
2017-09-18 18:30:45 +02:00
Benjamin Pasero
f7e323cbc7
💄
2017-09-18 18:23:15 +02:00
Benjamin Pasero
46370ff11e
more on workspace transition without reload ( #32945 )
2017-09-18 18:18:24 +02:00
Sandeep Somavarapu
935fb7905f
Fix windows tests
2017-09-18 17:07:59 +02:00
Alex Dima
02ee356269
Have workspace.applyEdit correctly account for model version changes and reply with false if a model was loaded and changed in the meantime
2017-09-18 16:56:03 +02:00
Benjamin Pasero
6075d65009
config: trigger events from workspace initialize (for #32945 )
2017-09-18 16:08:43 +02:00
isidor
512d47f71a
configuraitonResolverService: use WorkspaceFolder
...
fixes #31906
2017-09-18 16:02:07 +02:00
Benjamin Pasero
64db1a9f2c
restart extension host based on workbench state change (for #32945 )
2017-09-18 15:44:28 +02:00
Martin Aeschlimann
4a34d8e511
[json] additionalItems can be a schema (from #34546 )
2017-09-18 15:43:13 +02:00
Benjamin Pasero
b2176de874
wire in changes to transition workspaces without window reload (for #32945 )
2017-09-18 15:31:19 +02:00
Benjamin Pasero
269ae60a4b
Support actions to show up in the macOS touchbar ( #34574 )
2017-09-18 15:07:40 +02:00
Sandeep Somavarapu
a39f593a29
Merge EmptyWorkspaceServiceImpl and WorkspaceServiceImpl
2017-09-18 13:58:53 +02:00
Sandeep Somavarapu
57170ac69f
Reduce the facts to depend on
2017-09-18 12:39:10 +02:00
Andre Weinand
9e1b4a1bd9
update tests for debug URI
2017-09-18 12:28:17 +02:00
Andre Weinand
1731e78bee
document debug URI format
2017-09-18 12:28:17 +02:00
Sandeep Somavarapu
2d29e31f77
Fix #34571
2017-09-18 12:17:58 +02:00
Benjamin Pasero
e05e395e71
cannot read property 'resourceJSON' of null ( fixes #34490 )
2017-09-18 11:21:11 +02:00
Benjamin Pasero
db8bef3d73
explorer.sortOrder: 'mixed' no longer works as of 1.6 ( fixes #34516 )
2017-09-18 11:11:43 +02:00