Sandeep Somavarapu
41fdb23ecf
#30120 Manage views: Fix sizing
2017-07-06 17:59:08 +02:00
Sandeep Somavarapu
7c6a3a47c8
#30120 resolve compilations
2017-07-06 17:59:08 +02:00
Sandeep Somavarapu
1a165ea929
#30120 Let debug and extension views to be display toggled
2017-07-06 17:59:08 +02:00
Alex Dima
57583bffc3
Fixes #30189 : Do not leak lines array in change listener closure ( #30180 )
2017-07-06 16:25:44 +02:00
Alex Dima
7c3bd021bb
Remove unusued arguments
2017-07-06 16:25:44 +02:00
Dirk Baeumer
c0cd610e56
Fixes #30149 : [loc][query][VSCode] Typo in one string of src/vs/workbench/parts/tasks/node/
2017-07-06 16:16:32 +02:00
Alex Dima
63621e54b2
Add lazy markers assignment to MinimalModelLine ( #30180 )
2017-07-06 15:25:27 +02:00
Sandeep Somavarapu
c09cab2762
#30120 Support for reordering views in side bar
2017-07-06 15:12:35 +02:00
Alex Dima
5aa37a74bb
Add and use MinimalModelLine ( #30180 )
2017-07-06 13:02:26 +02:00
Alex Dima
3f34ed5b77
Restrict usages of new ModelLine ( #30180 )
2017-07-06 13:02:26 +02:00
Alex Dima
4f3327d982
Clarify usage of TextModel.isTooLargeForHavingAMode() ( #30180 )
2017-07-06 13:02:26 +02:00
Alex Dima
80cfe84e20
Use IModelLine in split and append ( #30180 )
2017-07-06 13:02:26 +02:00
Alex Dima
2a0b6e6db8
Extract AbstractModelLine ( #30180 )
2017-07-06 13:02:25 +02:00
Alex Dima
08f5e5d45c
Explicit getters and setters for IModelLine.isInvalid ( #30180 )
2017-07-06 13:02:25 +02:00
Alex Dima
c851d5dfb6
Extract IModelLine ( #30180 )
2017-07-06 13:02:25 +02:00
Benjamin Pasero
46057d3916
debt - simplify text editor options
2017-07-06 11:57:20 +02:00
Alex Dima
93d755cb8e
Remove ModelLine._lineNumber ( #30180 )
2017-07-06 11:43:59 +02:00
Alex Dima
1b982d36ad
Eliminate ModelLine._lineNumber usage in ModelLine.append ( #30180 )
2017-07-06 11:43:59 +02:00
Joao Moreno
414dc3a6d6
fixes #27271
2017-07-06 11:19:45 +02:00
Benjamin Pasero
cea54665da
diff editor: do not auto reveal first change when selection or viewstate is provided
2017-07-06 11:11:55 +02:00
Joao Moreno
3e34503afc
git: remove unused command
2017-07-06 10:11:20 +02:00
Joao Moreno
5378e6d254
fixes #30179
2017-07-06 10:01:42 +02:00
Sandeep Somavarapu
47f1d084a2
##30177 Fix compilations
2017-07-06 09:54:32 +02:00
Joao Moreno
428ad7c39c
fixes #30162
2017-07-06 09:21:33 +02:00
Sandeep Somavarapu
9b9030d582
Fix #30177
2017-07-06 09:15:39 +02:00
Joao Moreno
bf410d4cc7
tfs: increase retry count when publishing to azure
2017-07-06 08:52:44 +02:00
Benjamin Pasero
249e9a3e56
Commands picker: search value no longer trimmed ( fixes #30174 )
2017-07-06 08:20:23 +02:00
Eric Amodio
4f50b29e92
Addresses #26184 - use configuration for pinned default ( #27357 )
...
* Addresses #26184 - use configuration for pinned default
* Honors the preview editor setting above all
* Removes passing undefined to pinned internally
re: requested code review changes
* Removes unnecessary undefined
* feedback
2017-07-06 08:12:39 +02:00
Benjamin Pasero
b5cd8121f5
💄
2017-07-06 07:52:40 +02:00
Benjamin Pasero
1fb1deb3aa
avoid "empty window" term
2017-07-06 07:40:14 +02:00
Dmitry Zabello
52004b4cfe
Various kinds of sorting in explorer ( #29509 )
...
* Make listing directories first an option #29329
* Added refresh on `dirsFirst` config value changed
* Switch sorting configuration to enum
* Added `filesFirst` sorting
* Added sorting by type
* Got rid of the `path` dependency
* Added sorting by last modified date
* Merge conflict fix
* `modified` sorting order changed to descending
* New compareFileExtensions comparer added for TypeSorter
* Switched to a single self-contained explorer sorter
* Improved description of 'explorer.sortOrder' config option
2017-07-06 07:35:48 +02:00
Matt Bierner
ac8f47b193
Use most broad root for typescript project root in multiroot. Fixes #30163
2017-07-05 18:13:08 -07:00
Andre Weinand
2ebb4fcead
node-debug@1.15.1
2017-07-06 01:06:48 +02:00
Andre Weinand
e0e45efd31
fix typos
2017-07-06 00:48:09 +02:00
Andre Weinand
5eb21eaa8a
Debug API for tracking current debug session; fixes #30157
2017-07-06 00:27:14 +02:00
Andre Weinand
78b912ee3f
node-debug@1.15.0
2017-07-06 00:27:14 +02:00
Matt Bierner
2a1d11ed06
Disable open trigger file in configFileEvent
...
Workaround for #28593
**Bug**
TypeScript Server is hanging onto a file in `node_modules/.staging`, causing npm installs to fail. I believe the root cause is that 0d5c9f4 changed vscode logic to always open the `triggerFile` in config diagnostic events. In this case, TS sends us a trigger file from `.staging` which we then tell the TS Server to open
**Fix**
Disable checking the trigger file
2017-07-05 15:06:48 -07:00
Sandeep Somavarapu
079df6daef
Render default settings editor contributions immediately after model change
2017-07-05 22:39:02 +02:00
Sandeep Somavarapu
f1c021d3f0
Access views from Splitview
2017-07-05 22:11:28 +02:00
Matt Bierner
af2757c1f6
Fix webview flickering on markdown preview
2017-07-05 11:26:24 -07:00
Sandeep Somavarapu
cadd6c2196
Fix compilations
2017-07-05 19:49:30 +02:00
Daniel Imms
550de9811c
Clean up terminal prelaunch input queue
2017-07-05 08:08:45 -07:00
Daniel Imms
b3e36f98f1
Merge pull request #30106 from cleidigh/terminal-q/imp
...
Q data during pty launch delay Fixes : #29184
2017-07-05 08:01:39 -07:00
Benjamin Pasero
dbc6e4ce4a
text diff options support (for #30085 )
2017-07-05 16:46:04 +02:00
Joao Moreno
313aad16d0
fixes #21439
2017-07-05 16:31:34 +02:00
Alex Dima
98db8e758c
Fixes #30133 : Render inline decorations for empty lines too.
2017-07-05 16:13:14 +02:00
Alex Dima
ca7db34d8b
Fixes #28628 : Indent guides should not assume they start at offset 0
2017-07-05 15:52:21 +02:00
Sandeep Somavarapu
b3346d20ac
Use builder pattern to be consistent
2017-07-05 15:43:08 +02:00
Alex Dima
c6f8a5d80f
Fixes #11485 : Don't set whitespace width if a line contains foreign elements
2017-07-05 15:26:56 +02:00
Dirk Baeumer
bef3bfdbd4
More deprecation
2017-07-05 14:13:54 +02:00