Matt Bierner
845fa13b41
Tweak colorization of regexp for light+ and dark+
2017-09-14 14:45:35 -07:00
Andre Weinand
65d00e6dc2
support for sourceRef query param in debug uri
2017-09-14 22:55:51 +02:00
Benjamin Pasero
01b014a950
do not overwrite existing backups when migrating workspace
2017-09-14 18:28:22 +02:00
Benjamin Pasero
3a50909c69
prevent overwriting a workspace that is opened inside another window
2017-09-14 17:53:55 +02:00
Sandeep Somavarapu
8770c22393
smoke: more screenshots
2017-09-14 16:39:31 +02:00
Sandeep Somavarapu
74bd9fe9a6
smoke:
...
- introduce data-uri attribute in editor to know if the editor is ready
- fix editor focus class name issue
2017-09-14 15:30:13 +02:00
isidor
c75b1558e8
debug: remove stale focus code for no folder workspace
2017-09-14 15:08:36 +02:00
Martin Aeschlimann
3854794379
[file icons] annotate schema with 'color' format
2017-09-14 15:06:03 +02:00
Benjamin Pasero
a0b3c401c3
less verbose tests
2017-09-14 14:37:07 +02:00
Benjamin Pasero
0e7d3cbef8
fix hanging --wait processes
2017-09-14 12:11:13 +02:00
isidor
a6dd83a983
debug smoke: remove timeouts
2017-09-14 12:09:31 +02:00
Sandeep Somavarapu
2ef1c762dd
fix compilation
2017-09-14 12:08:16 +02:00
Sandeep Somavarapu
7d72498591
Merge pull request #34364 from Microsoft/sandy081/refactorWorkspace
...
Improve workspace service
- Remove legacy workspace object
- Remove references to hasWorkspace, hasFolderWorkspace, hasMultiFolderWorkspace by introducing getWorkbenchState with Empty, Folder, Workspace states
- Check for places using null check on workspace object and adopt it by using the WorkbenchState or Workspace folders
- Rename roots to WorkspaceFolder
2017-09-14 12:06:06 +02:00
isidor
d225fc9ab2
debug smoke: use fs to get launch.json content
2017-09-14 11:12:11 +02:00
isidor
a4e5195bde
fix panel
2017-09-14 11:05:59 +02:00
Sandeep Somavarapu
fae5b5462c
Merges
2017-09-14 10:45:12 +02:00
Sandeep Somavarapu
2153617a7c
Rename roots to folders
2017-09-14 10:26:39 +02:00
Benjamin Pasero
1e7d23665b
revert URI changes for now on master and continue on branch
2017-09-14 10:21:28 +02:00
Benjamin Pasero
65fe09e41a
do not use fsPath when using URI.with()
2017-09-14 10:09:57 +02:00
Daniel Imms
aea2c05183
Uplevel xterm.js
...
Fixes #34119
2017-09-14 01:09:22 -07:00
Benjamin Pasero
bc056cb92c
fix some URI.file ( #34296 )
2017-09-14 09:59:52 +02:00
Johannes Rieken
562877e4c6
Merge pull request #34329 from gregvanl/master
...
Fix broken API link per vscode-docs PR #1142
2017-09-14 09:39:54 +02:00
Matt Bierner
38853832f8
Fix compile error
2017-09-13 23:39:30 -07:00
Matt Bierner
0347eda931
Update TS/JS grammars
2017-09-13 23:00:51 -07:00
Matt Bierner
2dc19b668f
Use consistent name for marking markdown docs
2017-09-13 22:55:16 -07:00
Ramya Achutha Rao
68040fa300
Use 1.1.8 version of vscode emmet helper Fixes #34216 Fixes #33898
2017-09-13 17:18:34 -07:00
Matt Bierner
3cfc1b6e55
Make sure we use old pre-wrap settings for non markdown docs
2017-09-13 17:16:26 -07:00
Christof Marti
954ee607ba
Remove Azure Deploy experiment
2017-09-13 15:12:09 -07:00
Daniel Imms
4d26c8a574
Correctly set terminal columns on layout
...
Fixes #34332
2017-09-13 15:08:10 -07:00
Rob Lourens
2859b125c1
Fix #34204 - revert problematic brace matching change from language-php
2017-09-13 14:56:18 -07:00
Matt Bierner
e6b7eb0f6b
Fix test for undefined deref
2017-09-13 14:51:46 -07:00
Daniel Imms
2a4cf4f622
Speed up terminal parsing on Windows by minimizing timer restarts
...
Fixes #34328
2017-09-13 14:50:24 -07:00
Greg Van Liew
3c8aaf1a6a
Fix broken API link per vscode-docs PR #1142
2017-09-13 14:36:55 -07:00
Daniel Imms
0edc09f89e
Uplevel xterm.js
...
Fixes an exception with selection in the terminal, see sourcelair/xterm.js#989
2017-09-13 14:05:38 -07:00
Andre Weinand
20036898cb
node-debug@1.17.4
2017-09-13 22:03:28 +02:00
Sandeep Somavarapu
8625945db5
Create workspace object always and adopt accordingly
2017-09-13 21:26:14 +02:00
Ramya Achutha Rao
70a14d8a54
Use dp0 instead of ROOT in test-integration.bat
2017-09-13 11:08:42 -07:00
Sandeep Somavarapu
43f8f0806c
smoke: improve status bar tests
2017-09-13 20:07:06 +02:00
Sandeep Somavarapu
7e1f12fef9
smoke test - improve waiting for active editor
2017-09-13 19:44:16 +02:00
isidor
f9c49d7df6
debug smoke test
2017-09-13 19:44:08 +02:00
Matt Bierner
43cb3b41ac
Continue tweaking default dark and light colorization for escape characters and regular expressions
2017-09-13 10:40:07 -07:00
Matt Bierner
75c1feb7dc
Add editor.lightbulb.enabed setting ( #33982 )
...
Fixes #27961
Adds a new `editor.lightbulb.enabled` setting to enable/disable the code actions lighbulb. You can still trigger code actions manually
2017-09-13 10:13:45 -07:00
isidor
f44271187f
debug smoke polish
2017-09-13 19:06:38 +02:00
Benjamin Pasero
47cfc8bf7a
ImportFileAction doesn't use URI ( fixes #34235 )
2017-09-13 18:57:12 +02:00
Benjamin Pasero
af56569a33
fix issue with editor history navigation merging
2017-09-13 18:42:59 +02:00
isidor
15ddfb7085
debug smoke test tidbits
2017-09-13 17:27:22 +02:00
isidor
1ecdf0a54c
debug: exceptino widget background non transparent
...
fixes #32093
2017-09-13 17:18:33 +02:00
Sandeep Somavarapu
a400e3a239
#33963 Revert the changes 1c7479e970
2017-09-13 17:08:36 +02:00
Joao Moreno
7ecb3f9feb
smoke: fix typo
2017-09-13 16:52:16 +02:00
Martin Aeschlimann
fb5cdf0948
[html] change default of html.format.unformatted to empty
2017-09-13 16:31:34 +02:00