Commit Graph

67651 Commits

Author SHA1 Message Date
isidor
4e6150b4e0 change unstage selected ranges to cmd+k cmd+n
fixes #99011
2020-06-25 09:19:18 +02:00
Benjamin Pasero
619dc7bd14 textfiles - do not have VSBuffer on the layer of ITextFiles 2020-06-25 07:40:58 +02:00
rebornix
c7ea388c7d bind jpeg renderer. 2020-06-24 16:51:36 -07:00
Matt Bierner
e2d4321849 Use option chaining 2020-06-24 16:22:02 -07:00
Matt Bierner
2318f52f97 Remove extra conditional
This was flagged by a new TS check. From the types, this extra guard does not seem needed
2020-06-24 16:22:02 -07:00
Rachel Macfarlane
c9b76cb74a Add 'github-browser' to VSO allowed extensions list 2020-06-24 15:38:48 -07:00
Rachel Macfarlane
629e1d7e16 Remove old getSessions and login methods from auth provider API 2020-06-24 15:33:09 -07:00
rebornix
fcbc010e56 fix #98090. hash for float numbers. 2020-06-24 14:35:50 -07:00
Alex Dima
faec90a386 update distro 2020-06-24 22:49:06 +02:00
Alex Dima
df1e39661f vscode-textmate@5.1.2 2020-06-24 22:00:03 +02:00
rebornix
2631143bfd fix #100206. 2020-06-24 11:54:00 -07:00
rebornix
c487e751c3 cleanup ES6 iterables utils in Comments. 2020-06-24 11:36:58 -07:00
Daybrush (Younkue Choi)
205b0e3d82 Support metaKey for iOS (#100869) 2020-06-24 11:25:55 -07:00
Robo
1c15b453c5 Update exploration-build.yml 2020-06-24 11:22:30 -07:00
rebornix
0fef065115 fix #100231. Insert code cell uses the same language from surrounding cells. 2020-06-24 11:03:04 -07:00
Jackson Kearl
05c531c780 Remove install-update labeling
Produces many false labels, those that are correct tend to be also classified directly to Joao.
2020-06-24 10:58:45 -07:00
rebornix
7a219487de Fix #99765. 2020-06-24 10:21:24 -07:00
rebornix
3143fb8854 fix #100459. do not make it dirty for empty/new document. 2020-06-24 10:03:40 -07:00
Benjamin Pasero
1be5b73ad9 🆙 distro 2020-06-24 17:48:42 +02:00
Benjamin Pasero
c0a4e9e84f bootstrap - add helper utility for node.js things 2020-06-24 17:43:52 +02:00
Alex Dima
4deff1a75b Load loader.js via a <script> tag 2020-06-24 17:19:19 +02:00
Alex Ross
118e9126bb Finalize OpenDialogOptions title
Fixes #82871
2020-06-24 17:07:41 +02:00
Alex Ross
882e71e70c Don't show ... on remote explorer viewlet
Fixes #100853
2020-06-24 16:53:55 +02:00
rebornix
13c7236201 Revert "#100911 Skip failing tests"
This reverts commit 5eb021aca9.
2020-06-24 07:51:17 -07:00
rebornix
0c841267f6 fix #100911. re #100458. 2020-06-24 07:51:15 -07:00
isidor
7c5ed41e73 AccessibilityInformation: finalize api
fixes #95360
2020-06-24 16:48:16 +02:00
Johannes Rieken
780d8b24d9 Merge pull request #97611 from AlexStrNik/fix-peek-problem-actions
Fix #97526
2020-06-24 16:47:27 +02:00
Sandeep Somavarapu
590da37fa3 💄 2020-06-24 16:46:32 +02:00
Johannes Rieken
97c2df47ea Merge branch 'master' into fix-peek-problem-actions 2020-06-24 16:41:12 +02:00
isidor
668d0cf484 status bar: use better default for ariaLabel, get the codicon name since it is well represented
#95360
2020-06-24 16:40:08 +02:00
Alex Ross
39a406daa3 Add resolveTreeItem to custom tree
Part of #100741
2020-06-24 16:29:01 +02:00
Isidor Nikolic
fe66be1224 Merge pull request #100794 from microsoft/connor4312/allow-multiple-dynamic
debug: allow a single debug extension to provide multiple configs
2020-06-24 16:26:48 +02:00
Daniel Imms
48ce8ecce7 Convert TerminalLink.length to endIndex
Aligns more with other APIs

Part of #91290
2020-06-24 06:10:39 -07:00
Daniel Imms
756aebf0fc Correctly constrain T in TerminalLinkProvider
Part of #91290
2020-06-24 06:10:38 -07:00
Daniel Imms
4c51b89d2c Remove TerminalLink.target
Part of #91290
2020-06-24 06:10:38 -07:00
Sandeep Somavarapu
6d6edefdf7 use indexedbd fsp for userdata 2020-06-24 14:55:08 +02:00
Sandeep Somavarapu
ea63691c6f - reuse inmemory fsp for inmemory log fsp
- rename keyvalue and indexeddb log fsp to file fsp
- create indexeddb outside the provider and pass it
2020-06-24 14:55:08 +02:00
Johannes Rieken
98b3c0bbca enable undo/redo for create, delete, and rename, https://github.com/microsoft/vscode/issues/91383 2020-06-24 14:54:16 +02:00
Johannes Rieken
af272b8426 make it less likely to suffer from https://github.com/microsoft/vscode/issues/100949 2020-06-24 14:13:57 +02:00
Alex Dima
43faa69fcb Fix compilation 2020-06-24 13:31:08 +02:00
Alex Dima
aec90e9420 Make IWorkspaceUndoRedoElement.split optional 2020-06-24 13:27:40 +02:00
Alex Dima
9d50740b82 Register UriComparisonKeyComputer's per scheme 2020-06-24 13:27:40 +02:00
Alex Dima
75cf1be165 JSDoc improvements 2020-06-24 13:27:39 +02:00
Alex Dima
db5c0a2478 Have text models capture an undo-redo snapshot when the first edit occurs and on dispose restore that snapshot 2020-06-24 13:27:39 +02:00
Alex Dima
f18c8978f1 Remove incorrect null assertion 2020-06-24 13:27:39 +02:00
isidor
574fdb8e45 explorer: slight polish 2020-06-24 12:32:48 +02:00
Martin Aeschlimann
72875a60a4 remove semanticTokensHelp 2020-06-24 11:43:32 +02:00
Martin Aeschlimann
20e8323d50 Merge pull request #100923 from microsoft/aeschli/html-headless
run html language features serverless
2020-06-24 11:42:43 +02:00
Martin Aeschlimann
e6944cee80 Merge branch 'master' into aeschli/html-headless 2020-06-24 11:33:19 +02:00
Martin Aeschlimann
8c5e2438e7 [html] update service 2020-06-24 11:32:46 +02:00