Martin Aeschlimann
fdf8a61dc2
[razor] update grammar ( fixes #30084 )
2017-07-11 18:26:13 +08:00
Martin Aeschlimann
ad61de65fc
[scss] update grammar
2017-07-11 18:18:26 +08:00
Martin Aeschlimann
3e124d8eba
[php] update grammar
2017-07-11 17:48:34 +08:00
Erich Gamma
d312f2b940
Add a schema association for babelrc #30380
2017-07-11 11:02:08 +02:00
Johannes Rieken
2ae26b2247
more targets with snapshots, #28492
2017-07-11 09:42:05 +02:00
Christof Marti
fdc02daf1f
Add rebornix for editor
2017-07-10 17:54:09 -07:00
Christof Marti
fd5f321d12
Adding mjbvz for JavaScript and TypeScript
2017-07-10 17:48:08 -07:00
Andre Weinand
618fcaad9f
incorporate debug API feedback
2017-07-11 00:49:08 +02:00
Daniel Imms
7017d1bf0a
Merge pull request #30353 from Microsoft/chrmarti/26786
...
Preserve '\n' terminal keystrokes
2017-07-10 14:59:41 -07:00
Daniel Imms
d5bfa61226
Merge pull request #30349 from Microsoft/ramyar/terminal-env-var
...
Add setting for passing env var to terminal.
2017-07-10 14:49:39 -07:00
Christof Marti
442615d204
Preserve all key presses, sanitize sendText()
2017-07-10 14:48:06 -07:00
Matt Bierner
daba6545b9
Delete html zone experiment code
2017-07-10 14:12:18 -07:00
Ramya Achutha Rao
848c655be7
Update desc and strong type terminal env setting #14973
2017-07-10 14:05:45 -07:00
Matt Bierner
5607d6b365
Seed terminal find widget with current selection ( #30351 )
...
* Seed terminal find widget with current selection
Fixes #29712
Use the current selection as the search when we first show the find widget for the terminal
* Making requested changes
2017-07-10 14:05:07 -07:00
Christof Marti
6a1c8f1f3d
Preserve '\n' ( fixes #26786 )
2017-07-10 13:53:06 -07:00
Matt Bierner
9c82ae899c
Set TERM_PROGRAM in terminal ( #30346 )
...
* Set TERM_PROGRAM in terminal
Fixes #29426
Sets the TERM_PROGRAM and TERM_PROGRAM_VERSION environment variables for the integrated terminal
* Use constant name for TERM_PROGRAM
2017-07-10 12:55:45 -07:00
Matt Bierner
96157e5573
Shrink terminal find widget to max terminal width ( #30348 )
...
* Shrink terminal find widget
Shrink the terminal find widget to fit within the max terminal size
* Added padding
* Match current size
2017-07-10 12:51:00 -07:00
Matt Bierner
597f8e87dc
Fix terminal find widget over selection
...
Fixes #29788
2017-07-10 12:46:02 -07:00
Benjamin Pasero
6f5fd39b65
explorer - always expand single root folder
2017-07-10 21:06:31 +02:00
Ramya Achutha Rao
57895611e8
Add setting for passing env var to terminal. #14973
2017-07-10 12:02:25 -07:00
Dirk Baeumer
5d024c863a
Fixes #29611 : Polish: Adapt task is already running message to refer to the Task menu
2017-07-10 17:30:03 +02:00
Johannes Rieken
1286aa6cf8
guess linux file paths, #28492
2017-07-10 16:53:38 +02:00
Dirk Baeumer
01d8fdffdb
Fixes #29920 : Task shouldn't propose a problem matcher for test tasks.
2017-07-10 15:34:17 +02:00
Dirk Baeumer
822d2ada44
Minor tweaks for show running tasks
2017-07-10 15:30:45 +02:00
Dirk Baeumer
8eccd64352
Fixes #29913 : Action to show and navigate to running tasks
2017-07-10 15:27:32 +02:00
Andre Weinand
ce177da9e1
let debugContentProvider support sessions
2017-07-10 13:17:20 +02:00
Dirk Baeumer
8efcb4e909
Fixes #30044 : Task contribution should allow extension to supress problem matcher attach message
2017-07-10 13:09:38 +02:00
Dirk Baeumer
b92a9b09a8
Fixes #30045 : Rename build output to task output when selecting a problem matcher.
2017-07-10 11:55:24 +02:00
Dirk Baeumer
39f8f78d3e
Fixes #30095 : Task spinner should only run for build tasks with a problem matcher when using 2.0.0
2017-07-10 11:51:22 +02:00
Johannes Rieken
6da138c87e
fix #29041
2017-07-10 11:37:41 +02:00
Dirk Baeumer
e0427a155f
Fixes #30215 : Fix TS 2.4 Error in problemMatcher.ts
2017-07-10 11:26:59 +02:00
Dirk Baeumer
b08de2e7e2
Fixes #3033 : Cleanup problem collector implementation. Keep history of reported problems to be able to de duplicate
2017-07-10 11:12:14 +02:00
Joao Moreno
35d598a2e3
fixes #30085
2017-07-10 10:38:24 +02:00
Benjamin Pasero
f894bb9856
more 💄 around window finder helper
2017-07-10 10:20:53 +02:00
Johannes Rieken
f4ae12b20d
Merge pull request #30242 from Microsoft/ben/30241
...
Add API to open a file or diff editor on a specific selection range (fixes #30241 )
2017-07-10 09:55:48 +02:00
Benjamin Pasero
dd06f3ca21
💄
2017-07-10 09:46:47 +02:00
Dirk Bäumer
82ebb10872
Merge pull request #30207 from jgranick/patch-1
...
vscode.TaskGroup.Test should be Test, not Clean
2017-07-10 09:06:43 +02:00
Benjamin Pasero
2dfec4590a
💄
2017-07-10 07:42:54 +02:00
Tobias Friemel
ecdb9079c5
Show unsaved file modifications by opening a diff view ( #30210 )
...
* Show unsaved file modifications by opening a diff view
* Add changes based on PR feedback
- Context menu item text changed
- Tab title changed
- Keybinding added (Ctrl + K, D)
- Pinning removed
2017-07-10 07:36:52 +02:00
Benjamin Pasero
4d5e369872
Select for Compare disables context menu in OPEN EDITORS ( fixes #30269 )
2017-07-10 07:35:51 +02:00
Daniel Imms
91e625f7df
node-pty@0.6.9
2017-07-09 17:08:13 -07:00
Andre Weinand
d6a28e5214
debug api: fix _findProcessByUUID
2017-07-10 00:57:42 +02:00
Daniel Imms
25fd53fd71
Remove deprecated xterm.js call
2017-07-08 13:24:11 -07:00
Daniel Imms
2677f1642a
Align delete word terminal actions with editor
2017-07-08 12:57:16 -07:00
Daniel Imms
05a5ece40e
alt+delete to delete word after cursor in terminal on macOS
2017-07-07 16:43:42 -07:00
Daniel Imms
072eda52c9
Support delete after cursor and adjust keybindings
...
Fixes #28825
2017-07-07 16:35:01 -07:00
Daniel Imms
348384330a
Merge remote-tracking branch 'origin/master' into tyriar/terminal_delete_word
2017-07-07 16:17:19 -07:00
Daniel Imms
ab014af5f3
Fix build
2017-07-07 15:11:27 -07:00
Daniel Imms
3155c3767e
Make some terminal instance code less verbose
2017-07-07 15:00:16 -07:00
Daniel Imms
3e1a9e3f2b
Support multi-root in terminal link handler
...
Fixes #29006
2017-07-07 14:57:05 -07:00