Commit graph

77737 commits

Author SHA1 Message Date
Martin Aeschlimann 0bf5569f02 seti: use CONTRIBUTING 2021-03-01 17:14:58 +01:00
Johannes Rieken c3e2c76f76 add failing, skipped test for https://github.com/microsoft/vscode/issues/117899 2021-03-01 17:08:26 +01:00
Daniel Imms edadf1c719 Implement shouldPersist for all terminals processes
shouldPersist was not being set on RemoteTerminalProcess, causing reconnect
to fail for all remote terminals. The fix was to push the persistent logic
up to where the process gets created in TerminalProcessManager just like is
done with local processes. The property was made non-optional to prevent
this sort of thing happening again.

Part of #117896
2021-03-01 07:46:49 -08:00
Ladislau Szomoru 884ed1e3f3 Use initial instead of unset 2021-03-01 16:40:18 +01:00
Ladislau Szomoru b803df2435 Fix top shadow issue 2021-03-01 16:25:26 +01:00
Johannes Rieken 3559e47c08 update gulp-tsb 2021-03-01 15:51:01 +01:00
Alex Ross bf89481151 Some Ports view clean up 2021-03-01 15:45:35 +01:00
Ladislau Szomoru 73112daff1 Remove extra check that is not needed 2021-03-01 15:13:18 +01:00
Benjamin Pasero e916637528 tests - enable color output for integration tests 2021-03-01 15:10:15 +01:00
Johannes Rieken 32b3afadcb support to make N outline entries from 1 cell, https://github.com/microsoft/vscode/issues/115200 2021-03-01 14:58:32 +01:00
Johannes Rieken 85588252af notebook - make outline entries use the heading text has preview text 2021-03-01 14:38:19 +01:00
Johannes Rieken b139c10f9a add tests for notebook outline 2021-03-01 14:38:19 +01:00
Johannes Rieken de020f04d1 debt - make withTestNotebook easier to use 2021-03-01 14:38:19 +01:00
Daniel Imms a04913af75
Merge pull request #117716 from microsoft/tyriar/115396
Remove focus handling on the xterm element
2021-03-01 05:30:19 -08:00
isidor d5eeb40b55 better focus for select boxes in action bars
fixes #117351
2021-03-01 14:27:52 +01:00
Ladislau Szomoru a2bacaf9fc Reverting the top margin to avoid a regression 2021-03-01 13:59:19 +01:00
Ladislau Szomoru e4e9d1f43b Fix grammar 2021-03-01 13:59:19 +01:00
Martin Aeschlimann 1c4daf4886
Merge pull request #117842 from TranquilMarmot/main
Update seti-ui icon theme
2021-03-01 13:45:27 +01:00
Ladislau Szomoru 6a864f0b67 Add line height for title 2021-03-01 13:31:02 +01:00
Ladislau Szomoru ba83910eb7 Remove duplicate tooltip 2021-03-01 13:11:42 +01:00
Ladislau Szomoru 8baa0ebc75 Fixes title casing 2021-03-01 12:59:30 +01:00
Benjamin Pasero 36b0a209a5 backups - consolidate web and desktop strategy for backups when auto save is on
Previously in desktop we would disable all backups when auto save is configured with a short interval but that seems like a bad idea in case of save failures.
2021-03-01 12:53:52 +01:00
isidor b44cc86890 Revisit loose primary group check , use string instead of isPrimaryCheck
fixes #117593
2021-03-01 12:11:09 +01:00
isidor 12675b4797 missing await 2021-03-01 11:47:54 +01:00
isidor 19aee3b6dd untitled.hint let's go back to the button as the default 2021-03-01 11:47:54 +01:00
Johannes Rieken 6dc076b5c4 debt - tackle an old todo 2021-03-01 11:23:38 +01:00
Johannes Rieken aacafc75b3 debt - use CompletionItem#textLabel in more places 2021-03-01 11:15:23 +01:00
Johannes Rieken f5153bbdac use CompletionItem#textLabel 2021-03-01 11:10:01 +01:00
Benjamin Pasero 3c62a8f898 tabs - track last tab in row for wrapping
fix #113801
fix #115046
2021-03-01 10:14:32 +01:00
Benjamin Pasero de50318b48 text files - open an editor that fails to auto save (#115840) 2021-03-01 10:10:56 +01:00
Benjamin Pasero b497d17fec View: Maximize editor group" doesnt work with dragged file between editors (fix #117686) 2021-03-01 10:09:46 +01:00
Johannes Rieken 3aff1320b8 my work for march 2021-03-01 09:54:17 +01:00
Johannes Rieken b99df4f2b6 don't pass model service to applyEdit but check model version for edit that come from extensions, fixes https://github.com/microsoft/vscode/issues/117683 2021-03-01 09:54:02 +01:00
Ladislau Szomoru 8fd4a68845
Factor in workspace trust when switching versions (#117774) 2021-03-01 09:09:13 +01:00
Benjamin Pasero f84aa806e4 🆙 distro 2021-03-01 09:01:45 +01:00
Benjamin Pasero 23dca79e8e
🆙 nsfwatcher (#117871)
* chore: switch to official nsfwatcher

* distro

* 🆙 distro

* revert distro change
2021-03-01 08:57:51 +01:00
Benjamin Pasero 0a7ea106e6 Merge remote-tracking branch 'bpasero/ben/march-debt' 2021-03-01 07:45:07 +01:00
TranquilMarmot f3ec084d54 Update seti-ui icon theme 2021-02-27 21:30:20 -08:00
Matt Bierner f3f4eebecb Label custom editor as deleted if the backing file is deleted
Fixes #99270

This should make it so a custom editor tab is tagged `(deleted)` if the backing file is deleted
2021-02-26 21:07:47 -08:00
Matt Bierner d89e2e17a5 Allow single line comment after { for auto indent
Fixes #86176
2021-02-26 20:30:02 -08:00
Matt Bierner 5766526b0b Port the desktop iframe webivew focus improvements to the web
Fixes #83345

The iframe based webviews had a few fixes for focusing. These should not be specific to desktop  and should also be used on web
2021-02-26 20:12:25 -08:00
Matt Bierner 8572664c6c Enable semantic features (such as error reporting) in JS/TS notebook cells 2021-02-26 18:39:21 -08:00
Matt Bierner a74ebb17cf Add helper for tracking active js/ts editor
Fixes #117813
2021-02-26 18:05:06 -08:00
Matt Bierner 1f567e10f3 Fixing two more cases for promises in conditionals 2021-02-26 17:38:37 -08:00
Matt Bierner 3feb2ece1e Pick up latest TS version for building VS Code
This new version also adds a new check for conditionals where you are testing a value that is a promise (the condition will always be true in strict mode)
2021-02-26 17:23:58 -08:00
Peng Lyu 5c7c41fc3d
Merge pull request #117723 from microsoft/rebornix/reduce-markdown-flickering
Reduce markdown preview flickering on scroll
2021-02-26 14:38:35 -08:00
Matt Bierner 91d73da5e4 Only show infer return type refactoring when refactorings are requested
Fixes #117799
2021-02-26 14:21:24 -08:00
Megan Rogge d596c56845
fix altClickMovesCursor setting description -> markdownDescription (#117793) 2021-02-26 13:30:50 -08:00
Daniel Imms d0a46a0327
Merge pull request #117734 from jeanp413/fix-117682
Fixes long ouput with wrapped lines in narrow terminal crashes vscode
2021-02-26 13:04:06 -08:00
Daniel Imms ba9c72b1ff
Merge pull request #117762 from microsoft/tyriar/remove_ext_host_proc
Remove exthost terminal processes
2021-02-26 13:02:31 -08:00