Commit Graph
12323 Commits
Author SHA1 Message Date
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
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
Benjamin Pasero 51108dd846 💄 2016-11-29 10:46:11 +01:00
Benjamin PaseroandGitHub 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 PaseroandGitHub 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
Benjamin Pasero 45898470f2 avoid redundant output and terminal in view picker (for #15262) 2016-11-29 08:07:39 +01:00
Daniel Imms 7847c19b35 Merge get files calls into getFilesByScheme and use Uri.parse 2016-11-28 22:52:45 -08:00
Daniel Imms 4b5e644458 Fix error in stream.ts 2016-11-28 22:25:23 -08:00
Benjamin Pasero 09b6468f85 introduce shutdown reason (fixes #15509) 2016-11-29 07:06:37 +01:00
Daniel Imms 4ef823ab06 Impl IBackupFileService.getWorkspaceUntitleFileBackups 2016-11-28 18:35:43 -08:00
Daniel Imms 3db761bd75 Add IBackupFileService.getWorkspaceTextFileBackup interface 2016-11-28 18:27:36 -08:00
Daniel Imms cc89ce0134 Add test for stream.readToMatchingString 2016-11-28 18:22:17 -08:00
Daniel Imms c7a639d427 Document stream.readToMatchingString 2016-11-28 18:18:14 -08:00
Daniel Imms e8eb78ee67 Fix tests, work on fsPaths 2016-11-28 18:13:31 -08:00
Daniel Imms 4721762a2a Uplevel xterm.js
Fixes #15913
2016-11-28 16:03:37 -08:00
Matt BiernerandGitHub 9ee2ad1258 Extract markdown decs strings for #13102 (#16177) 2016-11-28 15:10:07 -08:00
Andre Weinand 24e12428b8 update node-debug: add skipFiles support 2016-11-28 23:51:32 +01:00
Daniel Imms 3f721b7b28 Initial impl of getWorkspaceTextFileBackups 2016-11-28 14:11:55 -08:00
Daniel Imms f227727502 Merge remote-tracking branch 'origin/master' into tyriar/hot_exit/15718 2016-11-28 13:17:32 -08:00
Matt BiernerandGitHub 7320059e5c Don't translate Markdown.category Closes #16087 (#16159) 2016-11-28 12:48:23 -08:00
Christof Marti 6d66c8bb64 Show commands for new users the first day after installation (#15547) 2016-11-28 10:52:17 -08:00
Christof Marti 32b4fdb304 Remove default viewlet experiment (#15383) 2016-11-28 10:52:16 -08:00
Matt BiernerandGitHub 8c313fcae0 Assume Jsx For Implicit TS Projects (#15925)
Issue #15814

**Bug**
1. Open a tsx file on its own.
2. See a error about passing `--jsx` to tsc.

**Fix**
For implicit projects, assume `"jsx": "preserve"`.

Closes #15814
2016-11-28 10:48:27 -08:00
Johannes Rieken 66f4bf3596 debt - manually set command arg when getting menu actions 2016-11-28 19:06:00 +01:00
Christof Marti 41b094337b Remove default viewlet experiment (#15383) 2016-11-28 09:42:17 -08:00
Martin Aeschlimann 2996ee4caa When switching tabs, wrong position in file is focused if there is collapsed code. Fixes #15946 2016-11-28 17:05:44 +01:00
Sandeep Somavarapu 9710077b83 Rename to FloatingClickWidget 2016-11-28 16:33:00 +01:00
Sandeep Somavarapu 5a49037448 PreferencesWidgets: Implement Define preference widget 2016-11-28 16:11:38 +01:00
isidor e1084ca2d2 Debug console do not show tooltip
fixes #16105
2016-11-28 16:01:45 +01:00
Benjamin Pasero adbc3344dc Picker for non editor views (fixes #15262) 2016-11-28 15:08:49 +01:00