Commit Graph

17 Commits

Author SHA1 Message Date
Benjamin Pasero
ebf9cb4136 debt - inline commands.ts from electron-browser 2019-01-24 16:11:38 +01:00
Martin Aeschlimann
032f640ba7 support files in windowOpen 2019-01-22 15:56:28 +01:00
Johannes Rieken
653280d133 debt - Thenable -> Promise 2018-12-13 11:31:54 +01:00
Matt Bierner
8087b0a8d8 Remove use strict directives in main vs code ts files (part 2)
We compile using the alwaysStrict flag so these directives are not needed

This part removes most `use strict` directives that are right after the file header
2018-10-02 16:11:05 -07:00
Joao Moreno
4e3f58f2f4 git: handle deleted conflicts
fixes #52787
2018-09-19 15:48:28 +02:00
Johannes Rieken
2d452e0a7e uri - replace usages of default export with named export 2018-09-03 10:54:50 +02:00
Martin Aeschlimann
acf0d09f04 isMalformedFileUri fix and tests 2018-08-09 12:03:23 +02:00
Martin Aeschlimann
2525f401ea improve fix for #55891 2018-08-08 18:18:40 +02:00
Martin Aeschlimann
868140430d vscode.openFolder: treat missing URI schema gracefully (for #55891) 2018-08-07 21:55:20 +02:00
Martin Aeschlimann
5ddf33c7d3 Reject invalid URI with vscode.openFolder (for #55891) 2018-08-07 12:57:11 +02:00
Martin Aeschlimann
e6c64eff1d support URI in openWindowCommand 2018-07-20 11:54:20 +02:00
Benjamin Pasero
2ec2cf597a API tweaks for grid editor (#51876)
* fix #51001

* add onDidChangeTextEditorViewColumn test that validates moving editor group

* adopt vscode.ViewColumn.Beside

* add vscode.setEditorLayout command
2018-06-14 17:17:39 +02:00
Benjamin Pasero
2bfb2763fd grid - 💄 for viewcolumn conversion 2018-05-22 08:53:28 +02:00
Benjamin Pasero
249da81b04 grid - move EditorPosition to exthost 2018-05-20 14:09:00 +02:00
Johannes Rieken
905c4f1a42 type converters, use namespace in more places 2018-05-04 18:49:40 +02:00
Johannes Rieken
c47296282a type converters, use namespace for ViewColumn 2018-05-04 18:49:40 +02:00
Alex Dima
d5297fcad4 Fixes #47490: Maintain compatibility for API commands that can be serialized as markdown links 2018-04-23 15:52:37 +02:00