Commit Graph

31308 Commits

Author SHA1 Message Date
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
isidor 4c91d89105 introduce 'inputFocus' context key 2018-03-20 11:02:15 +01:00
Alexandru Dima 36d78fae35 Merge pull request #43349 from Microsoft/fix-40941
Fix #40941 - Suggest trigger at language boundaries
2018-03-20 11:00:58 +01:00
Alex Dima 98f255047d Fix issue where the word definition of the right language was used for the left language 2018-03-20 10:58:40 +01:00
Joao Moreno 4ea1316424 fixes #45966 2018-03-20 10:53:57 +01:00
isidor 17a6e236f0 introduce simple widget editor. Use a command delegate so extensions do not intercept commands 2018-03-20 10:47:34 +01:00
Joao Moreno 01eeace4ed fixes #46163 2018-03-20 10:43:02 +01:00
Joao Moreno ee25b62029 fixes #46144 2018-03-20 10:17:01 +01:00
Johannes Rieken 344e93c617 Merge pull request #46131 from mjbvz/move-log-level-to-env
Move log level API to env
2018-03-20 09:20:36 +01:00
Sandeep Somavarapu 936b41d317 null check for markers 2018-03-20 13:49:59 +05:30
Sandeep Somavarapu 07e5e714c7 #10271 Show diagnostics with children in problems panel 2018-03-20 13:45:36 +05:30
Sandeep Somavarapu 2cd29c428c Parse resource uri of related information data 2018-03-20 13:45:36 +05:30
Christof Marti 79ffad1536 Adapt message for users who have already opted out 2018-03-20 07:58:41 +01:00