Commit graph

59465 commits

Author SHA1 Message Date
Sandeep Somavarapu 9918d87cb6 Fix #88402 2020-01-13 13:01:11 +01:00
Benjamin Pasero 224f983016 text files - drop debounced bulk events 2020-01-13 12:50:18 +01:00
Pine Wu 4c9c6780c7 Fix #88541 2020-01-13 12:48:37 +01:00
Martin Aeschlimann 0fe69bd529 TS semantic highlighting: check api version 2020-01-13 12:42:45 +01:00
Johannes Rieken e69cc0760c update telemetry message with index of changed field #87187 2020-01-13 12:26:42 +01:00
Benjamin Pasero 0dfc47f4ef use set instead of array 2020-01-13 12:19:08 +01:00
Johannes Rieken 9c4aa6d903 💄 2020-01-13 12:06:28 +01:00
Martin Aeschlimann 0d9ebc47d3 add setting for semantic highlighting 2020-01-13 12:06:24 +01:00
Benjamin Pasero bc0f81bd05 debt - cleanup file model a bit 2020-01-13 11:42:13 +01:00
Benjamin Pasero dd54a1439d debt - move text file model telemetry into telemetry contribution 2020-01-13 11:23:03 +01:00
Alexandru Dima 73b24574df
Fix mightProducePrintableCharacter numeric keypad support (#77911)
Fix mightProducePrintableCharacter numeric keypad support
2020-01-13 11:01:15 +01:00
Alexandru Dima 94742854c2
Minor tweaks 2020-01-13 10:59:18 +01:00
Johannes Rieken f36e0c13c6 fix #88310 2020-01-13 10:43:20 +01:00
Johannes Rieken 0b134f8c13
Merge pull request #88185 from jeanp413/peek-widget-focus-setting
Add setting to control whether to focus the inline editor in peek widget by default
2020-01-13 10:20:24 +01:00
Benjamin Pasero 5e758c10c9 fix compile errors 2020-01-13 10:17:41 +01:00
Johannes Rieken 561f5215d7 for rename-file, show the new name more prominent, #77728 2020-01-13 10:17:06 +01:00
Benjamin Pasero b84d08be70 options - make sure text editor options are proper 2020-01-13 10:04:48 +01:00
Alexandru Dima 652ea313e7
Merge branch 'master' into fix-71134 2020-01-13 09:32:59 +01:00
Johannes Rieken 17d6b13a35
Merge pull request #88428 from microsoft/joh/bulkEditPreview
Preview workspace edits
2020-01-13 09:24:39 +01:00
Sandeep Somavarapu 528202e34f #85216 methods to know if synced before 2020-01-13 08:37:02 +01:00
Sandeep Somavarapu 22e4d75bd0 Fix #86096 2020-01-12 20:45:44 +01:00
Sandeep Somavarapu 478f9019ce #85216 Add confirmation while turning off 2020-01-12 19:09:20 +01:00
Sandeep Somavarapu e15873eae8 #85216 Add configure sync command 2020-01-12 19:09:20 +01:00
Benjamin Pasero 02cce060b6 preventSaveConflicts - allow as language setting 2020-01-12 12:22:05 +01:00
Benjamin Pasero e6651b90f9 custom editors - implement auto save and backup creation over working copy events (#84672) 2020-01-12 11:11:41 +01:00
jeanp413 df4a71a870 💄 2020-01-12 02:50:09 -05:00
jeanp413 b7c1982aee Fixes #88242 2020-01-12 02:44:17 -05:00
Fabien Launay 71df4b20de Fix word repetition in tokenClassificationExtensionPoint.ts error message (#88468) 2020-01-11 08:44:13 -08:00
Fabien Launay ad970cc1b3 Fix word repetition in dialogs.ts comment (#88466) 2020-01-11 08:43:47 -08:00
Matt Bierner 22fad2a49c Update VS Code build with TS 3.8 beta 2020-01-10 18:19:41 -08:00
Matt Bierner 8520f74c08 Implement a default saveAs for readonly custom editors
Fixes #88414
2020-01-10 18:19:41 -08:00
Matt Bierner cb4ef36e6d Make sure we restore the previous editor when switching back to it 2020-01-10 18:19:41 -08:00
Fabien Launay 4fb03413db Fix word repetition in lazy.test.ts comment (#88464) 2020-01-10 18:08:15 -08:00
Jackson Kearl b9ad9c968a Restore search editor configurations on reload 2020-01-10 17:56:28 -08:00
Jackson Kearl 59213a4c27 Keep track of query includes/excludes expansion state 2020-01-10 16:20:59 -08:00
Connor Peet f6f9931377
add launch.json settings to make js-debug faster 2020-01-10 14:34:38 -08:00
Matt Bierner a0328d26ac Add 'vscode.reopenWith' API command
Fixes #88426

Add an api command that allows extensions to open/reopen a file with a specific we custom editor. Use this to allow re-opening a failed to load image as text/binary

For #77131
2020-01-10 14:25:21 -08:00
Matt Bierner 5c71a0b18b Update js/ts grammar 2020-01-10 14:25:21 -08:00
Matt Bierner 1b70625f8c Use import type when importing vscode under src
When the core references `vscode`, we only want to import the types and never generate a real import (which will fail to load). Use `import type` to better enforce this
2020-01-10 14:25:21 -08:00
Matt Bierner d2911afe36 Move handler into CustomEditorInfoStore 2020-01-10 14:25:21 -08:00
Jackson Kearl 7879818f9c Fix circular dependency issue 2020-01-10 10:17:56 -08:00
Sandeep Somavarapu 35d37c78f2 #85216 Improve settings sync UX 2020-01-10 19:13:33 +01:00
Benjamin Pasero 76d0b308ed import 💄 2020-01-10 18:27:10 +01:00
Benjamin Pasero 98ba603bd8 auto save - directly operate on working copies 2020-01-10 18:18:48 +01:00
isidor 50a4f6e7f8 debug: more unit tests for getStackFrameThreadAndSessionToFocus 2020-01-10 18:04:08 +01:00
Johannes Rieken 175ee80567 fix tests 2020-01-10 17:48:24 +01:00
Rob Lourens 5a50f25375 Add "Don't sync this setting" action for settings
For #84431
2020-01-10 08:30:32 -08:00
isidor 0b42d1c01a debug hover: find expression in stack frame tests 2020-01-10 17:10:36 +01:00
Johannes Rieken f4f3c7ce57 ignore pinned state, close all editors 2020-01-10 17:10:31 +01:00
Johannes Rieken c488a65d97 fix rename case, show file type operations 2020-01-10 17:07:12 +01:00