Commit Graph

13000 Commits

Author SHA1 Message Date
isidor 4d3cfdc472 debug: open deemphesize sources. Also keep track of the same instance of a source object in the map
fixes #21941
2017-03-08 16:24:12 +01:00
Alex Dima 64a63c1c4d Add a faster code path for searching simple strings (#21434) 2017-03-08 16:15:01 +01:00
Joao Moreno 06f02d74bc fixes #18675 2017-03-08 15:53:34 +01:00
isidor 69e82dfe4c debug: deemphesizeSource no longer needed in process 2017-03-08 15:49:07 +01:00
Johannes Rieken ad43a5b30a check token type, run with default config, #9504 2017-03-08 15:43:24 +01:00
Johannes Rieken 8706d1fad1 word-based completion item provider gets its own class, #9504 2017-03-08 15:19:29 +01:00
Alex Dima 85982ed5bb Use a bulk model content change event listener (#21434) 2017-03-08 14:06:22 +01:00
Martin Aeschlimann 8600c30bd9 fix theming test failure 2017-03-08 13:07:19 +01:00
Isidor Nikolic 86f1ca4af3 Merge pull request #22212 from landonepps/master
More robust deprecation warning for launch.json (Fixes #21946)
2017-03-08 12:44:45 +01:00
Landon 46203816bb All preceding characters (including whitespace) are ignored in the pattern that checks for the deprecated style. 2017-03-08 19:52:22 +09:00
Landon 9c85f9f697 Preceding whitespace is now ignored. 2017-03-08 19:43:20 +09:00
Alexandru Dima 3b1d3ff389 Merge pull request #21969 from delftswa2017/Proposal-to-fix-issue-21657
Fixed keybinding json for backslash
2017-03-08 11:33:52 +01:00
isidor 690e3bc78e debug: save all untitled non dirty files before debug start 2017-03-08 11:32:14 +01:00
Alex Dima 1bc03453a2 Rename hideOverviewRulerBorder to overviewRulerBorder 2017-03-08 11:29:01 +01:00
Alexandru Dima 1d3a7045a1 Merge pull request #21459 from nonphoto/nonphoto/ruler-border
Make overview ruler border less obtrusive
2017-03-08 11:21:46 +01:00
Alexandru Dima 7594dc6b38 Merge pull request #21406 from nicksnyder/patch-2
Avoid request id collisions in pendingRPCReplies
2017-03-08 11:17:19 +01:00
isidor f6f74eab1b debug: do not add column to a breakpoint after user edited the file
fixes #21950
2017-03-08 11:10:21 +01:00
Johannes Rieken 1f3a6e0583 make profiles more friendly when running out of dev 2017-03-08 11:03:31 +01:00
Johannes Rieken abe11e1af5 ISuggestSupport need full IModel to be able to access tokens, prep for #9504 2017-03-08 11:03:31 +01:00
isidor 37d2953669 debug: sources should be a map of uri string to source
fixes broken internal module fetching
2017-03-08 11:00:32 +01:00
Alex Dima 718b163d7e Fixes #22090: store/restore resolved font info to local storage 2017-03-08 10:57:14 +01:00
isidor 69d27902bf debug: only save current file if dirty when starting to debug
fixes #21681
2017-03-08 10:09:13 +01:00
Alex Dima cd29a9fce4 Fixes #22018: After decoration on a line with just whitespace incorrectly places the cursor 2017-03-08 09:23:40 +01:00
Johannes Rieken e0c24908ed fix #17246 2017-03-08 09:19:47 +01:00
Benjamin Pasero ef8fdc296f 💄 jumplist 2017-03-08 07:29:47 +01:00
Benjamin Pasero 2edc95ddd5 explorer: bring back missing cmd+down command for opening 2017-03-08 07:13:01 +01:00
Benjamin Pasero 5b8dc569f6 Merge pull request #22178 from hoovercj/openWithContentLipstick
Follow up to PR #22021 to respond to feedback
2017-03-08 07:02:34 +01:00
Cody Hoover ee4473f1ef Follow up to PR #22021 to respond to feedback 2017-03-07 21:36:15 +01:00
Matt Bierner 9e9fc14dd0 use specific origin for postMessage in webview 2017-03-07 12:00:30 -08:00
Daniel Imms 85b90a9a86 Merge pull request #22165 from Microsoft/tyriar/21910
Add terminal kill confirmation message when exiting
2017-03-07 11:10:35 -08:00
Christof Marti 6e3e58333a Update test (#22166) 2017-03-07 11:04:43 -08:00
chrmarti 03c88d8f1e Rename common.machineId in main process (#22168) 2017-03-07 10:39:21 -08:00
Daniel Imms 70d9a5c186 Remove a lot of duplication and simplify config helper further 2017-03-07 09:41:12 -08:00
Daniel Imms f99e126ba4 Simplify terminal config 2017-03-07 09:21:39 -08:00
Daniel Imms 41004d714f Clean up terminal config helper 2017-03-07 09:18:59 -08:00
Daniel Imms 49bdd4fdc8 Add confirmOnExit terminal setting 2017-03-07 09:17:16 -08:00
Daniel Imms 184797a6c4 Fix layering issues 2017-03-07 09:11:16 -08:00
isidor 8ce9ad0aff debug: install debuggers sort by install count
fixes #22056
2017-03-07 17:47:27 +01:00
Johannes Rieken 1c7f5442f2 update doc for vscode.ts/match, #21886 2017-03-07 17:29:21 +01:00
Johannes Rieken 2fd13c37c1 make score always return a number as spec'd, #21886 2017-03-07 17:29:21 +01:00
Johannes Rieken fcc508fd25 DocumentSelector matches on file and untitled only unless scheme is given, #21886 2017-03-07 17:29:21 +01:00
isidor 3ae62a8d86 debug: introduce map for sources, remove reference from source uri in workbench 2017-03-07 17:27:29 +01:00
Joao Moreno 3338bf2fcb spawn shared process after first workbench window
fixes #22091
2017-03-07 17:26:28 +01:00
Joao Moreno a39a0f2e18 shell should wait for shared process to be up and running 2017-03-07 17:26:28 +01:00
Christof Marti 216460af69 Use patched fs (fixes #22019) 2017-03-07 08:07:38 -08:00
Andre Weinand f37c6045ce add 'source' to SourceArguments 2017-03-07 16:11:40 +01:00
Joao Moreno 0d521bcebd 🐛 text model resolver service should not cache errors
team work with @isidorn
2017-03-07 15:34:55 +01:00
Benjamin Pasero 80e983357f 💄 2017-03-07 15:26:29 +01:00
Alex Dima 187e3206a1 Fixes #21857: Handle a ViewScrollRequestEvent in a single place 2017-03-07 15:19:10 +01:00
Martin Aeschlimann 0049138c96 adding theming registry 2017-03-07 14:42:54 +01:00