Commit graph

12469 commits

Author SHA1 Message Date
Daniel Imms
2bd85b8113 Enable hot exit by default
Turning hot exit on by default on Insiders to get testing.
2016-11-29 17:33:10 -08:00
Christof Marti
cf3f3e5df4 Introduce Selection menu (#15156) 2016-11-29 15:40:12 -08:00
roblou
f878185911 Max results and cancellation working more effectively 2016-11-29 15:06:13 -08:00
Martin Aeschlimann
c17ebb78c0 [json] update language service 2016-11-30 00:03:25 +01:00
Matt Bierner
b88a89c996 Allow markdown preview to scroll past content (#15919)
* Allow markdown preview to scroll past content

Issue #15795

Allows the markdown preview to scroll past its contents, like we do with the editor.

Closes #15795

* Toggle preview scroll beyond using editor.scrollBeyondLastLine
2016-11-29 14:51:15 -08:00
Garrett Serack
d1e9f7339e allow text after the language id in a markdown codeblock (consistent with github, the md preview window and other gfm parsers) (#16239) 2016-11-29 14:49:41 -08:00
Martin Aeschlimann
5cf9b72417 Merge pull request #16186 from mjbvz/json-setting-localization
Extract Json Extension package.json Strings for Localization
2016-11-29 22:43:46 +01:00
roblou
a67610d64d Take the exact max_results matches 2016-11-29 12:53:26 -08:00
Daniel Imms
78a5761514 Merge remote-tracking branch 'upstream/master' into terminal-focus 2016-11-29 11:58:29 -08:00
roblou
ffb81482b9 result limiting by max 2016-11-29 11:25:32 -08:00
Matt Bierner
9012c8be31 Extract settings strings in html extension (#16183)
Closes #16178
2016-11-29 10:23:13 -08:00
Matt Bierner
a27eec8d88 Extract settings strings in css extension (#16184)
Closes #16179
2016-11-29 09:50:36 -08:00
Matt Bierner
6e758c483b Use enum for md previewFrontMatter setting closes #16185 (#16188) 2016-11-29 09:49:20 -08:00
roblou
b59bf72f92 Cancellation 2016-11-29 09:40:40 -08:00
Kai Wood
aeaec811fe Refactor terminals configuration concerns 2016-11-29 18:14:11 +01:00
isidor
94fdde3241 Support context menu action contributions for debug viewlet views
fixes #15657
2016-11-29 18:10:01 +01:00
Johannes Rieken
10ae5b4b91 Revert "don't use XHR when having a proxy configured"
This reverts commit 406833f648.
2016-11-29 18:00:57 +01:00
Alexandru Dima
1dbc2f891d Merge pull request #15838 from rebornix/FixCJKWidth
adjust width for CJK characters
2016-11-29 17:38:46 +01:00
isidor
5258cb02c3 debug: rendering glitch with renaming funciton breakpoints 2016-11-29 17:27:00 +01:00
isidor
d1f4314090 debug: cleanup how we create view controllers 2016-11-29 17:19:26 +01:00
isidor
0dca311662 remove relative path warning 2016-11-29 17:19:26 +01:00
Benjamin Pasero
805dc25e87 💄 2016-11-29 16:02:21 +01:00
Joao Moreno
dae4c97de9 fix logging 2016-11-29 15:59:17 +01:00
Joao Moreno
cc366f5a29 fix missing error emit in extensions compilation 2016-11-29 15:59:17 +01:00
Johannes Rieken
7810d7a9fe backslash escapes backslash, #16212 2016-11-29 15:51:54 +01:00
Johannes Rieken
406833f648 don't use XHR when having a proxy configured 2016-11-29 15:44:20 +01:00
isidor
728ca1dcbf debug: completions belong to process not stack frame
fixes #16139
2016-11-29 15:38:48 +01:00
Dirk Baeumer
32192ccfde Fixing alpha versions 2016-11-29 15:31:56 +01:00
Benjamin Pasero
e70b8b6887 another fix for #15941 2016-11-29 13:01:01 +01:00
isidor
80757558f2 fixes #16149 2016-11-29 12:49:55 +01:00
Benjamin Pasero
6422acbb00 wire up backuprestorer with new API to retrieve backups 2016-11-29 12:43:39 +01:00
Dirk Baeumer
643027641e Require gulp-tsb 2.0.3 2016-11-29 12:39:24 +01:00
Dirk Baeumer
e911d664a4 Add launch config to debug gulp build file 2016-11-29 12:39:23 +01:00
isidor
eb624d2d04 debug: ux to add new launch configuration
fixes #15974
2016-11-29 11:54:08 +01:00
isidor
98bfa340d2 debug: configurationWidget in launch.json 2016-11-29 11:54:07 +01:00
Johannes Rieken
a0658d5d69 implement IRequestFunction with xhr 2016-11-29 11:38:42 +01:00
Benjamin Pasero
51108dd846 💄 2016-11-29 10:46:11 +01:00
Benjamin Pasero
092718c5c3 Merge pull request #16194 from Microsoft/tyriar/hot_exit/15718
Expose IBackupFileService interfaces to get lists of backed up files
2016-11-29 10:32:02 +01:00
Benjamin Pasero
6cb2b0990d also have ShutdownReason inside shutdown event 2016-11-29 10:15:42 +01:00
Daniel Imms
6d8c9384cb Merge remote-tracking branch 'origin/master' into tyriar/hot_exit/15718 2016-11-29 01:08:39 -08:00
Benjamin Pasero
5aeba8bf1b Merge pull request #16198 from Microsoft/ben/hot-exit-reload
introduce shutdown reason (fixes #15509)
2016-11-29 10:05:17 +01:00
Daniel Imms
3664a7754e Use lowercase drive names in backup file service tests 2016-11-29 00:51:12 -08:00
Joao Moreno
8f0f21e609 fixes #16154 2016-11-29 09:51:07 +01:00
Daniel Imms
f295da8f14 Also hash untitled file names
Fixes #15941
2016-11-29 00:43:15 -08:00
Daniel Imms
d59cfe9501 Fix tests on Windows 2016-11-29 00:18:59 -08:00
Daniel Imms
d13bbe59f6 Add test for parseBackupContent 2016-11-28 23:49:44 -08:00
Daniel Imms
37ad5fa94d Store backup metadata for untitled files 2016-11-28 23:40:28 -08:00
Daniel Imms
97fb06c0dc Store Uri.toString in backup file content 2016-11-28 23:29:50 -08:00
Daniel Imms
af3b5fdb95 Move backup content parsing to BackupFileService 2016-11-28 23:22:15 -08:00
Daniel Imms
b360e0562b Return URIs from new get file functions 2016-11-28 23:07:47 -08:00