Commit graph

69337 commits

Author SHA1 Message Date
Robo e4296330de chore: update to electron 9-x-y (#102011)
Co-authored-by: Benjamin Pasero <benjpas@microsoft.com>
2020-08-11 11:30:23 -07:00
João Moreno d4972e22a6
fix size constraints 2020-08-11 20:00:29 +02:00
SteVen Batten c47927627c fixes #95888 2020-08-11 10:43:42 -07:00
Aditya Thakral f6f8735825
Silently ignore the screen size is bogus error in the Process Explorer, fixes ##98590 2020-08-11 10:38:06 -07:00
isidor 250727b532 Output: only change channel when proper channel id is passed
fixes #103496
2020-08-11 19:04:57 +02:00
Andre Weinand 6445a9633d make proposed stopDebugging API final; fixes #101883 2020-08-11 18:33:48 +02:00
isidor 21e633cc63 Catch the potential 'disconnect' error - no need to show it to the user since the adapter is shutting down
fixes #103105
2020-08-11 17:26:27 +02:00
Daniel Imms d92c1a8aa7 Disallow writes to pty larger than 50
Fixes #38137
2020-08-11 08:19:18 -07:00
João Moreno 4cd3ec378c
Merge branch 'joao/scm-view-service' 2020-08-11 17:02:38 +02:00
isidor f43307aa93 run to cursor: If the cursor is on a line different than the one the debugger is currently paused on, then send the breakpoint at column 0 on the line otherwise set it at the precise column
fixes #102199
2020-08-11 16:46:39 +02:00
João Moreno 35359edc10
scm: repositories visibility 2020-08-11 16:46:06 +02:00
João Moreno 9a043397f9
cleaner submenu action 2020-08-11 16:45:53 +02:00
Johannes Rieken 038573aa0f update notebooks 2020-08-11 16:15:41 +02:00
João Moreno d4d5780ba6
polish scm repositories view pane 2020-08-11 16:09:33 +02:00
João Moreno 0bf0ecf9de
scm repositories view pane 2020-08-11 15:53:55 +02:00
Martin Aeschlimann e42f5a6947
Merge pull request #103349 from nrayburn-tech/semanticobjects
Use Object.create(null) instead of {} for TokenRegistry
2020-08-11 15:32:18 +02:00
Martin Aeschlimann 66da17ed44
Merge branch 'master' into semanticobjects 2020-08-11 15:31:38 +02:00
Alex Ross 216c847662 Watch terminal for ports to forward when remote
Fixes microsoft/vscode-remote-release#3235
2020-08-11 14:50:09 +02:00
isidor 69186de47d callStack: change "load more frame" to "load all frames"
fixes #102048
2020-08-11 14:17:16 +02:00
Martin Aeschlimann 14dabea7c2 playground/mem.fs: avoid windows defender warning 2020-08-11 12:59:36 +02:00
Martin Aeschlimann 9f7139a4d7 Saving untitled file with language mode JSONC uses wrong default extension. Fixes #102032 2020-08-11 12:27:55 +02:00
Johannes Rieken 37ebb445e2 re-trigger completions when typing into a new word, https://github.com/microsoft/vscode/issues/99504 2020-08-11 12:08:32 +02:00
João Moreno 78b0d0a446
fake browser event for select all 2020-08-11 12:04:42 +02:00
João Moreno d9fa2f1d5a
fix npe 2020-08-11 11:41:14 +02:00
João Moreno 4e3ce68b0e
Merge branch 'master' into joao/scm-view-service 2020-08-11 11:29:52 +02:00
João Moreno 4c796945e6
resolve typings 2020-08-11 11:09:46 +02:00
Johannes Rieken 5e4f1b081b
Merge pull request #103951 from cyyyu/master
fix #102718, add formatting indicator
2020-08-11 10:25:20 +02:00
Johannes Rieken f0aedc6541 add skipped test for https://github.com/microsoft/vscode/issues/99504 2020-08-11 10:23:35 +02:00
Johannes Rieken a95ae11af2 debt - don't duplicate mock util in suggest land 2020-08-11 10:23:35 +02:00
Johannes Rieken 11b724462f
Merge branch 'master' into master 2020-08-11 09:27:34 +02:00
isidor 8a57c4cef7 Revert "custom select box: react on KEY_UP to be aligned with actionBar so appropriate event gets canceled"
This reverts commit 1a2a371c48.
2020-08-11 09:19:36 +02:00
Andrew Maust 2f61d0037c
fixes #104059 (#104193)
Co-authored-by: Andrew Maust <69081050+Andrew884@users.noreply.github.com>
2020-08-10 20:46:14 -07:00
Eric Piacentini 7e4fd71ad8
Removed lines requiring Typescript version < 3.0 (#104211) 2020-08-10 20:45:11 -07:00
Matt Bierner 3bcac20a69 Fix html folding test for TS bug 2020-08-10 20:10:17 -07:00
Matt Bierner 219120f667 Use TS RC for building VS Code 2020-08-10 20:06:06 -07:00
Matt Bierner 6d0ac47022 Fix RC version 2020-08-10 20:06:06 -07:00
rebornix 9bd54c15ae 💄 2020-08-10 17:27:44 -07:00
Peng Lyu c95626acd0
Merge pull request #94825 from ultraGentle/master
Adds setting to disable cursor movement while typing into Find Widget
2020-08-10 17:26:59 -07:00
rebornix 5fb45aaf19 cursorMove. 2020-08-10 17:25:32 -07:00
Chuang Yu 4346fb91d0 add delay for showing progress 2020-08-11 08:12:44 +08:00
rebornix aa5df52266 Merge remote-tracking branch 'origin/master' into pr/ultraGentle/94825-6 2020-08-10 17:12:40 -07:00
rebornix 4e18099869 fix #104095. Register undo/redo/copy implementation for windows & linux. 2020-08-10 16:53:12 -07:00
Connor Peet 85b70cc872
npm: enable debugging all scripts
Fixes https://github.com/microsoft/vscode/issues/104403
Fixes https://github.com/microsoft/vscode/issues/102847
2020-08-10 16:24:39 -07:00
Jackson Kearl e421728150 Add limitHit messaging to search editor. 2020-08-10 15:17:00 -07:00
Daniel Imms c539d21915 Protect against exception from line not existing
Fixes #102337
2020-08-10 15:03:02 -07:00
Matt Bierner a3e37dc103 Remove expect error 2020-08-10 14:33:10 -07:00
Matt Bierner d21ff5b1c3 Remove expect error for TS 4.0 2020-08-10 14:31:25 -07:00
rebornix 391bca591e re #104262. add log for execution and cancel. 2020-08-10 14:30:58 -07:00
rebornix 03467e96ff re #104262. Add logging for notebook. 2020-08-10 14:30:58 -07:00
Daniel Imms 2b353aac93 Remove terminal link handlers
Fixes #91606
2020-08-10 14:19:55 -07:00