Matt Bierner
7c96862d37
Use workspace edit to create new file on refactor
...
#10659
2018-06-19 17:24:40 -07:00
Matt Bierner
e4fe04ad5b
Treat comma as a commit character in js / ts
...
Fixes #52351
2018-06-19 11:51:18 -07:00
Matt Bierner
0e361509ef
Fix completion characters inside of js function call
...
Fixes #52350
2018-06-19 11:51:18 -07:00
Matt Bierner
f71c378488
Make sure we trigger js/ts completions on /
2018-06-19 11:06:35 -07:00
Matt Bierner
4d3a8ae210
Add tag closing completions
...
Part of #34307 . Add manual completions for closing jsx tags. Requires TS 3.0
2018-06-19 11:06:35 -07:00
Benjamin Pasero
0113b40fd1
fix #52212
2018-06-19 19:04:19 +02:00
Matt Bierner
260ee3284e
Update js/ts grammars
2018-06-19 10:02:48 -07:00
Matt Bierner
8729695a01
Update markdown grammar
2018-06-19 10:02:47 -07:00
Johannes Rieken
29a7289ba3
add test for #42638
2018-06-19 16:58:36 +02:00
Johannes Rieken
ea28332e28
more testing on #10659
2018-06-19 16:58:36 +02:00
Johannes Rieken
10192366eb
move onDidRename to filesystem-events things, #43768
2018-06-19 15:17:54 +02:00
Johannes Rieken
a979c73896
bulk edit provider listens on operation events only, add more test (partity disabled due to #52212 ), #10659
2018-06-19 12:47:28 +02:00
Matt Bierner
fae153401b
Clairify ts version requirements
...
Fixes #50806
2018-06-18 15:51:44 -07:00
Matt Bierner
fb6be6e2f0
Remove periods after required version numbers
2018-06-18 15:51:44 -07:00
Matt Bierner
49b483a51d
Remove version notes for TS versions < 2.3.0
...
These older versions are rarely used as the workspace version by VS Code. Removing notes around these given the very small number of users impacted by these restrictions
2018-06-18 15:51:44 -07:00
Matt Bierner
b5b211f211
Move constant to private static
2018-06-18 15:51:43 -07:00
Pine
822c3ba0eb
Merge pull request #52226 from Microsoft/octref/scss-unknown-at-rules
...
SCSS unknown at rules
2018-06-18 23:58:44 +02:00
Daniel Imms
8d4466df93
Merge pull request #52143 from Microsoft/46192_terminal_renderer
...
Terminal renderer and activeTerminal APIs
2018-06-19 05:29:00 +08:00
Matt Bierner
423cd0e5e0
More robust workaround for path preservation
2018-06-18 11:22:34 -07:00
Matt Bierner
08bfe78581
More restrictive regex for rename
2018-06-18 11:22:34 -07:00
Pine Wu
1e0be8ddb1
SCSS unknown at rules
2018-06-18 11:13:55 -07:00
Pine Wu
79b64c4f81
[css] Add css launch config for testing grammar
2018-06-18 10:31:13 -07:00
Matt Bierner
2e5253d493
Move diagnostic tags api out of proposed
...
Also rename `customTags` to `tags`
Fixes #51104
2018-06-18 10:11:19 -07:00
Johannes Rieken
c93d5e7d92
less commented out test for #10659
2018-06-18 17:45:26 +02:00
Johannes Rieken
40df36b6e5
add proposed api for workspace edit #10659
2018-06-18 17:43:47 +02:00
Johannes Rieken
3595e26f3c
adopt CompletionItem#preselect in TypeScript #35551
2018-06-18 16:15:57 +02:00
Johannes Rieken
b2cbf270ad
adjust return type signature, #34968
2018-06-18 15:55:43 +02:00
João Moreno
c3942c67b1
Merge pull request #52145 from NahomAgidew/master
...
Remove inline git revert confirmation alert (Issue #43625 )
2018-06-18 10:54:49 +02:00
João Moreno
4e575be919
Merge pull request #49167 from chenhowa/git-errors
...
Await git.pullFrom and gitt.pushTo to ensure any failures display an …
2018-06-18 10:52:46 +02:00
João Moreno
6595dcecfa
Merge pull request #52146 from NahomAgidew/fix/spin-sync-icon-on-push
...
Fix to #43625 : spin sync icon on push
2018-06-18 10:44:43 +02:00
João Moreno
4b1df4f4a7
Update statusbar.ts
2018-06-18 10:44:13 +02:00
Nahom Abi
080e8247cc
Fix #51677 : Git icon not spinning when pushing from command palette
2018-06-17 18:14:37 -07:00
Daniel Imms
8557d61188
Also test window.activeTerminal
2018-06-17 20:57:23 +08:00
Daniel Imms
7a21839e46
Add test for onDidChangeActiveTerminal
2018-06-17 20:56:40 +08:00
Daniel Imms
524e0f5d27
Add test for sendText -> onInput
2018-06-16 21:35:56 +02:00
Daniel Imms
970fca86e5
Add some more terminal API tests
2018-06-16 21:24:38 +02:00
Matt Bierner
a85c0b6669
Introduce webview.active
...
The current `.visible` property actually means active. Rename this value to `.active` and introduce a real `.visible`
2018-06-15 15:51:46 -07:00
Nahom Abi
04aba36883
Remove inline git revert confirmation alert (Issue #43625 )
2018-06-15 15:36:33 -07:00
Matt Bierner
ab77235bfb
Don't show lightbulb if we only have a selection
...
Removes code action trigger proposal
Fixes #52070
2018-06-15 11:08:22 -07:00
Matt Bierner
36f660424d
Add missing file update
2018-06-15 10:27:10 -07:00
Matt Bierner
749eb1ebcd
Make sure we handle line number links correctly in preview
...
Fixes #51919
2018-06-15 10:09:27 -07:00
Matt Bierner
ae7d3eb888
Add workaround for https://github.com/Microsoft/TypeScript/issues/24968
2018-06-15 10:09:27 -07:00
Matt Bierner
30dcf74d92
Show correct directory name in prompt
2018-06-15 10:09:27 -07:00
Matt Bierner
dfc4d75c1a
Make sure we always re-queue a diagnostic request after changing documents
2018-06-14 10:09:12 -07:00
Christof Marti
47fc17712d
Streamline QuickInput API ( #49340 )
2018-06-14 18:51:33 +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
Matt Bierner
a1e58c9ea8
Use type converter to convert location
2018-06-13 18:04:33 -07:00
Matt Bierner
6d075f773b
Cleaning up implementations code lens
...
- Make async
- extract some methods
2018-06-13 18:02:29 -07:00
Matt Bierner
06ea138fbb
Use nameSpan for getting basic symbol range
...
#51176
2018-06-13 18:00:34 -07:00
Matt Bierner
3cdda11bc9
Always normalize resources in resource map for drive letter on windows
2018-06-13 17:33:07 -07:00