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
Sandeep Somavarapu
2c4d196d57
Extensions suggestions in workspace configuration file
2017-09-19 10:36: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
Ramya Achutha Rao
4571d387c9
No emmet at value part of property Fixes #34162
2017-09-18 18:24:21 -07:00
Matt Bierner
b6e7279be4
Fix language mode for script and style blocks in markdown
...
Fixes #34602
2017-09-18 17:41:48 -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
b45a168102
Mark markdown fenced code blocks with correct language mode
...
Fixes #34598
2017-09-18 15:52:41 -07:00
Matt Bierner
f9fa4ae361
Add schema for contributed markdown API
...
Fixes #31874
2017-09-18 14:55:13 -07:00
Andre Weinand
38f614daba
node-debug@1.17.8 (WSL auto detection)
2017-09-18 23:34:12 +02:00
Matt Bierner
761d23b04c
Mark inline js expressions in js with language javascript
...
Fixes #20874
2017-09-18 14:32:58 -07: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
Rob Lourens
055825e9a5
Revert "Uplevel xterm.js" to fix #34563
...
This reverts commit 321cec5618 .
2017-09-18 10:47:07 -07: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
Andre Weinand
ea64eb6665
node-debug@1.17.7 (WSL)
2017-09-18 18:47:08 +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
Martin Aeschlimann
012d7da5bc
[r] use grammar from https://github.com/Ikuyadeu/vscode-R
2017-09-18 16:17:18 +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
0943cc3d5a
[html] support script type=module. Fixes #34488
2017-09-18 15:43:13 +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