Matt Bierner
|
527cfa42e7
|
Use const instead of let for loop
|
2017-11-30 16:40:07 -08:00 |
|
Matt Bierner
|
37a9b31ea6
|
Hide TS commands when not in js/ts file
|
2017-11-30 16:39:53 -08:00 |
|
Matt Bierner
|
7c13230aff
|
Setup basic typescript.isManagedFile context
|
2017-11-30 16:37:23 -08:00 |
|
Matt Bierner
|
04c4491a43
|
Move standard TS commands to own file
|
2017-11-30 15:58:10 -08:00 |
|
Matt Bierner
|
9424a54e58
|
💄
|
2017-11-30 15:55:23 -08:00 |
|
Matt Bierner
|
73d4d4cf4a
|
Extract a few functions in TS activate
|
2017-11-30 15:53:10 -08:00 |
|
Matt Bierner
|
f472a2e51d
|
Move TS/JS language descriptions to own file
|
2017-11-30 15:48:10 -08:00 |
|
Matt Bierner
|
9761315d6e
|
Fix TS version status not showing up when you first open VS Code
|
2017-11-30 15:45:46 -08:00 |
|
Matt Bierner
|
229ab747e1
|
Move TS extension activate to own file
|
2017-11-30 15:38:40 -08:00 |
|
Peng Lyu
|
dec4686cfb
|
Merge pull request #35956 from melvin0008/melvin0008/global_find_11233
Add support for macOS globalFindClipboard #11233 #28896
|
2017-11-30 14:51:31 -08:00 |
|
Peng Lyu
|
f6ffced46e
|
Fix #39234. When clause is lost in electric characters support.
|
2017-11-30 14:37:32 -08:00 |
|
Rob Lourens
|
0babeff23f
|
Remove unused "Range"
|
2017-11-30 11:37:43 -08:00 |
|
Peng Lyu
|
f16ee654ab
|
Fix #39316. When the hover content is empty, do not show the hover widget container.
|
2017-11-30 11:30:21 -08:00 |
|
Christof Marti
|
19341cae4c
|
Remove 'openAnything' event
|
2017-11-30 11:28:39 -08:00 |
|
Matt Bierner
|
8f0f142a2c
|
Don't show ts status bar entry for non file: uri schemes
|
2017-11-30 11:25:03 -08:00 |
|
Matt Bierner
|
e884f5184a
|
Do not fill in optional/rest paremters for TS Snippets for function calls
Fixes #38318
|
2017-11-30 11:25:03 -08:00 |
|
Matt Bierner
|
8cc2bef3c9
|
Simplify snippetForFunctionCall
|
2017-11-30 11:25:03 -08:00 |
|
Matt Bierner
|
edf5eba25b
|
Convert isValidFunctionCompletionContext to use async
|
2017-11-30 11:25:03 -08:00 |
|
Rob Lourens
|
723b3348e5
|
Add literal match highlighting to NL settings search
|
2017-11-30 11:17:32 -08:00 |
|
Christof Marti
|
e86931145f
|
Catch up with recent change for extensions (fixes #38726)
|
2017-11-30 10:15:40 -08:00 |
|
Benjamin Pasero
|
27bf1f54f9
|
always show dirty indicator in tabs
|
2017-11-30 18:41:24 +01:00 |
|
Alex Dima
|
b71255501d
|
Delay the start-up of the shared process (saves ~40-90ms on startup)
|
2017-11-30 18:16:42 +01:00 |
|
Johannes Rieken
|
36c7a2db8d
|
perf - load the loader as file, not as script, saves ~15ms
|
2017-11-30 18:16:19 +01:00 |
|
isidor
|
c2934c3caa
|
Report issue in english
|
2017-11-30 17:32:30 +01:00 |
|
isidor
|
f65e4f3f24
|
open editors view drag and drop
|
2017-11-30 17:26:25 +01:00 |
|
isidor
|
d97f004a60
|
list: drag and drop reveal elements as dragging over
|
2017-11-30 16:57:50 +01:00 |
|
Johannes Rieken
|
a1e8f35d83
|
fix #38687
|
2017-11-30 16:24:15 +01:00 |
|
Alexandru Dima
|
d9a16d31d3
|
Merge pull request #39304 from Microsoft/runtime-extensions
Extensions runtime information
|
2017-11-30 16:15:43 +01:00 |
|
Alex Dima
|
4178699625
|
Merge remote-tracking branch 'origin/master' into runtime-extensions
|
2017-11-30 16:13:53 +01:00 |
|
isidor
|
c38d257f6a
|
openEditorsView: plugin in contributed context menu actions
|
2017-11-30 16:12:06 +01:00 |
|
isidor
|
f8deb9cc52
|
"Report Issue in English"
|
2017-11-30 16:12:06 +01:00 |
|
isidor
|
8c9fccddfb
|
open editors view: use a list
|
2017-11-30 16:12:06 +01:00 |
|
Alex Dima
|
5258ffe1bf
|
Add and adopt IExtensionHostProfileService
|
2017-11-30 16:11:33 +01:00 |
|
Johannes Rieken
|
266e4e0393
|
use zero-width space character to separate * and /, #38464
|
2017-11-30 15:54:29 +01:00 |
|
Johannes Rieken
|
a107d58b8b
|
Revert "use backslash when writing pattern samples inside jsdoc, fixes #38464"
This reverts commit d56e2501c2.
|
2017-11-30 15:51:05 +01:00 |
|
Johannes Rieken
|
56196d4b08
|
work around slow configuration reading, #39329
|
2017-11-30 15:37:32 +01:00 |
|
Martin Aeschlimann
|
760b64d7f0
|
[html] don't show closing tag proposal with "html.autoClosingTags": "false". FIxes #34435
|
2017-11-30 12:49:52 +01:00 |
|
Martin Aeschlimann
|
d4d3d407ea
|
Merge pull request #35636 from Syeberman/python_auto_closing_string_prefix
Support auto-closing quotes in Python raw string literals, etc
|
2017-11-30 12:25:16 +01:00 |
|
Martin Aeschlimann
|
f8217340ad
|
[php] folding snippets
|
2017-11-30 12:11:21 +01:00 |
|
Martin Aeschlimann
|
0db75de0b2
|
rename foldRegion to foldMarkerRegion
|
2017-11-30 12:01:43 +01:00 |
|
Martin Aeschlimann
|
8dca274cda
|
[scss] add region support
|
2017-11-30 11:51:12 +01:00 |
|
Martin Aeschlimann
|
20e326771a
|
[less] add region support
|
2017-11-30 11:50:52 +01:00 |
|
Alex Dima
|
f7472b2905
|
Tweak ShowRuntimeExtensionsAction: remove keybinding, move to "Developer:" group
|
2017-11-30 11:46:54 +01:00 |
|
Martin Aeschlimann
|
d0be636bfd
|
[css] region snippets
|
2017-11-30 11:43:25 +01:00 |
|
Martin Aeschlimann
|
4ccce4f92d
|
[bat] region snippets
|
2017-11-30 11:43:11 +01:00 |
|
Martin Aeschlimann
|
76f53ad88d
|
[java] add region snippets
|
2017-11-30 11:32:44 +01:00 |
|
Martin Aeschlimann
|
2711d3f9ba
|
[coffeescript] snippets for regions
|
2017-11-30 11:28:28 +01:00 |
|
Martin Aeschlimann
|
af2965c44d
|
Merge pull request #39334 from nkofl/nkofl-coffeescript-foldregion
Add code folding #region support in coffeescript
|
2017-11-30 11:25:13 +01:00 |
|
Martin Aeschlimann
|
461fc7c9d3
|
[folding] Collapse/expand all regions. Fixes #35657
|
2017-11-30 11:21:27 +01:00 |
|
Martin Aeschlimann
|
85d5031b60
|
hitting shift enter before a } adds an indent. Fixes #37136
|
2017-11-30 11:21:27 +01:00 |
|