Commit Graph

15 Commits

Author SHA1 Message Date
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
Matt Bierner
c63c97c128 Remove use strict directives in main vs code ts files
We compile using the alwaysStrict flag so these directives are not needed
2018-10-02 16:05:44 -07:00
Alex Dima
efe424dfe7 Tweaks 2018-08-13 11:01:09 +02:00
Dirk Baeumer
c1e5c804cf Support controling the URI generated by problem matchers 2018-06-18 12:23:50 +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
Dirk Baeumer
349d29d8bd Some cleanup for PR: #44461 2018-06-07 15:55:38 +02:00
Benjamin Pasero
b16ec92aa1 Merge branch 'master' into ben/editor 2018-05-25 06:32:30 +02:00
Dirk Baeumer
e0ce881040 First cut of #50416: Add support that FileSystemProviders can control the URI of a generated problem marker 2018-05-24 22:19:14 +02:00
Benjamin Pasero
db3acf9e92 grid - add and use editorGroupToViewColumn 2018-05-22 11:07:08 +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
Dirk Baeumer
0505ae0749 Add events to listen on process start / end for task executions. 2018-05-14 21:56:04 +02:00
Dirk Baeumer
bcfb7d4f16 Fixes 47563: Provide an API to fetch running task executions 2018-04-20 11:53:41 +02:00
Dirk Baeumer
6577bde536 Task query and execution polish 2018-03-26 17:04:55 +02:00
Dirk Baeumer
2f5061ff2d Implements #45664: Add API to query and execute tasks 2018-03-20 22:19:40 +01:00