Commit graph

31323 commits

Author SHA1 Message Date
Pine Wu c52149e7a3 [css] split extension (for #45900) 2018-03-20 14:57:58 -07:00
Matt Bierner 18146e8c71 Use activePreview when running markdown commands
Fixes #46216
2018-03-20 14:30:39 -07:00
Matt Bierner 27a17935b8 Move webview to use onDidChangeViewState event
After discussions, we settled on making the webview private unlike `TextEditors`. This means that webview events will live on the webview object itself

Fixes #44571
2018-03-20 14:30:39 -07:00
Pine 54f1a18020
Merge pull request #45788 from Microsoft/octref/pathCompletion
path completion for css. fix #45235
2018-03-20 14:25:42 -07:00
Pine d2b9a7cc45
Merge branch 'master' into octref/pathCompletion 2018-03-20 14:25:31 -07:00
Pine Wu e394797455 Update deps, remove applyEdits 2018-03-20 14:24:09 -07:00
Dirk Baeumer 2f5061ff2d Implements #45664: Add API to query and execute tasks 2018-03-20 22:19:40 +01:00
Rob Lourens d1b4302bcf Bump node-debug to fix #46215 2018-03-20 14:14:48 -07:00
Peng Lyu 4da9fd6e20 avoid global find clipboard on macos for large files. 2018-03-20 13:31:03 -07:00
Peng Lyu e82157756e Fix #45050. Replace should honor findInSelection. 2018-03-20 11:53:58 -07:00
Peng Lyu 6bf55ba647
Merge pull request #45502 from JacksonKearl/feature-request/multicursor-select-to-bracket
Add multicursor support to "Select to Bracket"
2018-03-20 11:14:15 -07:00
Matt Bierner 0af1d56ca0 Use offical TS API for folding
Fixes #45950
2018-03-20 11:12:32 -07:00
Matt Bierner aee00a209b
Ts suggest diagnostics (#45433)
* Support basic suggest diagnostics from TS

* Removing duplicate diagnostic paths

* Avoid duplicate code around handling multiple diagnostic kinds
2018-03-20 10:35:46 -07:00
Matt Bierner 4bc4466da5 Use shift-alt-o for organize imports
Fixes #46168
2018-03-20 10:26:38 -07:00
Benjamin Pasero 065e09ee4f fix #46174 2018-03-20 18:08:26 +01:00
isidor 55e9eb2b89 debug: ReplInputEditor -> SimpleDebugEditor 2018-03-20 17:33:15 +01:00
Alex Dima 9077dd978d Remove not needed userExtensionsHome 2018-03-20 17:31:47 +01:00
isidor 50913cb312 move breakpointWidget to electronBrowser 2018-03-20 17:29:01 +01:00
isidor 14249ad9df debug: "Add Log Point..." in command service
fixes #46136
2018-03-20 17:18:52 +01:00
isidor ddfab62680 debug: add some breakpoint actions inline 2018-03-20 17:15:35 +01:00
isidor aefd1fb8a7 debug: rename EditConditionalBreakpointAction to EditBreakpointAction 2018-03-20 17:15:35 +01:00
Alex Dima 262134cfd8 Reduce extension host IInitData 2018-03-20 16:55:38 +01:00
Benjamin Pasero f8007cd6bd 💄 2018-03-20 16:42:39 +01:00
Benjamin Pasero 6763e995fe
CancellationTokenSource.dispose() should not cancel() (#46102)
* debt - dispose one CancellationTokenSource

* CancellationTokenSource.dispose() should not cancel()

fixes #46101

* CancellationToken.None when disposing
2018-03-20 16:38:01 +01:00
Johannes Rieken bc8df86847 honor RenameContext#message, #7340 2018-03-20 16:36:19 +01:00
isidor f470ce19e7 textModel: add isForSimpleWidget property so these model are not synchronized 2018-03-20 16:25:10 +01:00
Daniel Imms 38bb950e17 Remove resize terminal pane keybinding on Windows
Fixes #45940
2018-03-20 08:22:35 -07:00
Johannes Rieken 04d155f9b4
Merge pull request #46049 from usernamehw/additional_time_variables
Add more time-based variables for snippets
2018-03-20 16:04:30 +01:00
Martin Aeschlimann 3a1b54008a [folding] improve api doc 2018-03-20 15:29:49 +01:00
Martin Aeschlimann 4c81ed502a include json/css in integration tests 2018-03-20 15:29:49 +01:00
Martin Aeschlimann ab90818cb3 [folding] Cannot read property 'length' of undefined. Fixes #46171 2018-03-20 15:29:48 +01:00
Martin Aeschlimann 53332ed17f fix npm scripts after extension rename 2018-03-20 15:29:48 +01:00
Martin Aeschlimann b48524b990 type suggestSelection 2018-03-20 15:29:48 +01:00
Martin Aeschlimann 6b8e4c6e9c [folding] remove experimental flag for json/html 2018-03-20 15:29:48 +01:00
al fb75164fd7 Keep constants as static props 2018-03-20 17:26:43 +03:00
Johannes Rieken ddf5ecd46c wire up progress/cancellation, #45000 2018-03-20 14:51:23 +01:00
Johannes Rieken 20e7685f82 tweak query options -> isRegExp, #45000 2018-03-20 14:51:23 +01:00
Johannes Rieken 8d8c233261 honor that the internal search model is 0-offset based, #45000 2018-03-20 14:51:22 +01:00
Johannes Rieken 73e3488685 remote - move out search provider, #45000 2018-03-20 14:51:22 +01:00
Sandeep Somavarapu aa14020c25 #10271 Sync with F8 representation 2018-03-20 17:20:20 +05:30
isidor a05e786442 repl: be a simle editor widget 2018-03-20 12:27:18 +01:00
isidor 5bec905df6 suggest: also work for simple editor widgets 2018-03-20 12:27:18 +01:00
Johannes Rieken 5b8eea4b22 remote - also remove addWorkspaceFolder from protocol 2018-03-20 12:15:46 +01:00
Johannes Rieken 05abb6374e remove FileSystemProvider#root 2018-03-20 12:11:42 +01:00
isidor 8e9d169c9a editor commands: start using 'textInputFocus'
Also rename variable textFocus to editorTextFocus
2018-03-20 12:04:43 +01:00
Johannes Rieken afc3bba57b use colon as separator, not – #10271 2018-03-20 11:42:21 +01:00
Johannes Rieken a42101eecc navigatable related diagnostics in F8, #10271 2018-03-20 11:35:38 +01:00
Sandeep Somavarapu 12481101d6 #10271 Show related informations as list 2018-03-20 15:44:53 +05:30
Isidor Nikolic 1ab1a3d662
Merge pull request #46169 from Microsoft/isidorn/simpleWidgetEditor
Simple widget editor that is hidden from extensions
2018-03-20 11:13:14 +01:00
isidor 8e8db438c2 simple editor: adress comments 2018-03-20 11:12:35 +01:00