Christof Marti
|
434e653295
|
Add VSCODE_DEV=1
|
2016-08-19 15:18:03 -07:00 |
|
 Daniel ImmsandGitHub
|
75a99c5892
|
Merge pull request #10635 from Microsoft/tyriar/terminal_api
Implement integrated terminal extension API
|
2016-08-19 13:34:55 -07:00 |
|
Daniel Imms
|
4f44e9cc31
|
Purge this
|
2016-08-19 12:47:10 -07:00 |
|
Daniel Imms
|
65888050c3
|
Many terminal API changes
|
2016-08-19 12:26:11 -07:00 |
|
Johannes Rieken
|
eb6fd30cc3
|
better handling of incomplete suggestions, #2508
|
2016-08-19 19:03:38 +02:00 |
|
Johannes Rieken
|
f557886456
|
store position at which an item was requested, replace CompletionItem with lightweight alternative, #2508
|
2016-08-19 18:01:48 +02:00 |
|
Johannes Rieken
|
ea6831e42f
|
suggest oracle should only know view model, not underlying items, #2508
|
2016-08-19 18:01:48 +02:00 |
|
Johannes Rieken
|
340e27d495
|
CompletionModel#incomplete
|
2016-08-19 18:01:48 +02:00 |
|
Johannes Rieken
|
d6eea9f1a0
|
simplify cancel
|
2016-08-19 18:01:48 +02:00 |
|
Benjamin Pasero
|
9dda9f2e9b
|
icons: lookup mode id via resource path and not potentially stale mime
|
2016-08-19 17:31:47 +02:00 |
|
Joao Moreno
|
bb25b46ff4
|
decouple execPath from parsedArgs
|
2016-08-19 16:41:00 +02:00 |
|
Joao Moreno
|
3e601b5bd7
|
env: remove isTestingFromCli flag
|
2016-08-19 16:41:00 +02:00 |
|
Joao Moreno
|
90e2b4f332
|
protect memoized properties
|
2016-08-19 16:41:00 +02:00 |
|
Joao Moreno
|
2adf526fa1
|
remove env.createPaths
|
2016-08-19 16:41:00 +02:00 |
|
Joao Moreno
|
eb7161d224
|
move ipc handles to environment service
|
2016-08-19 16:41:00 +02:00 |
|
Joao Moreno
|
3fc422cdbc
|
simplify extension host debug env
|
2016-08-19 16:41:00 +02:00 |
|
Joao Moreno
|
ad2b8bcf8f
|
use memoization in environmentService
|
2016-08-19 16:41:00 +02:00 |
|
Joao Moreno
|
bf8311dbe3
|
getter memoize support
|
2016-08-19 16:41:00 +02:00 |
|
Joao Moreno
|
d8fa0df545
|
memoize decorator
|
2016-08-19 16:41:00 +02:00 |
|
Joao Moreno
|
5e6341cda8
|
remove argv file handling
|
2016-08-19 16:41:00 +02:00 |
|
Johannes Rieken
|
66c13c81fd
|
expose command and additionalTextEdits in API, wire it up, #6874
|
2016-08-19 15:20:10 +02:00 |
|
Andre Weinand
|
63c8b7a7c7
|
update node-debug
|
2016-08-19 12:58:48 +02:00 |
|
Sandeep Somavarapu
|
955bfdda60
|
#9609 Reveal cursor while scrolling
|
2016-08-19 12:29:36 +02:00 |
|
Benjamin Pasero
|
ad8520b4f6
|
icons: add more classes to explorer items
|
2016-08-19 11:50:36 +02:00 |
|
Benjamin Pasero
|
0047f142b0
|
fileIcons => showFileIcons
|
2016-08-19 11:26:23 +02:00 |
|
Benjamin Pasero
|
32722f8776
|
icons: move CSS for icons into target (explorer)
|
2016-08-19 11:21:56 +02:00 |
|
Johannes Rieken
|
7d2b593593
|
debt - compute stats when scoring and filtering happens
|
2016-08-19 10:44:00 +02:00 |
|
Benjamin Pasero
|
3d3cda1836
|
more workspace service simplification
|
2016-08-19 10:21:22 +02:00 |
|
Benjamin Pasero
|
c6497e86b0
|
workaround for explorer freeze (for #9962)
|
2016-08-19 09:37:51 +02:00 |
|
Benjamin Pasero
|
79fbff875e
|
files config can be null
|
2016-08-19 09:37:51 +02:00 |
|
Joao Moreno
|
5cd88ee560
|
accept-encoding uppercase
|
2016-08-19 09:35:43 +02:00 |
|
Christof Marti
|
3d9622208b
|
#55: Parse glob ahead of time
|
2016-08-18 17:23:41 -07:00 |
|
Daniel Imms
|
2fb2d9a5dd
|
Revert "Remove name from terminal API since it's static"
This reverts commit 2c95aed6eb.
|
2016-08-18 14:11:47 -07:00 |
|
 Wade AndersonandErich Gamma
|
2e313783f1
|
Changed menu item language. (#10671)
Add an optional extended description…
|
2016-08-18 23:10:36 +02:00 |
|
Daniel Imms
|
9d49e81c7d
|
Get TerminalConfigHelper to 100% test coverage
|
2016-08-18 14:09:36 -07:00 |
|
Daniel Imms
|
d3dd3c6083
|
Add param and return type to sendText
|
2016-08-18 13:42:21 -07:00 |
|
Martin Aeschlimann
|
6cc17542b8
|
Default file icon sets
|
2016-08-18 22:24:26 +02:00 |
|
Martin Aeschlimann
|
92e6f89507
|
Support file icons in explorer
|
2016-08-18 22:24:24 +02:00 |
|
Martin Aeschlimann
|
f253f94d11
|
File icons in ThemeService
|
2016-08-18 22:24:23 +02:00 |
|
Johannes Rieken
|
a1e0f31b67
|
add @readonly for DiagnosticsCollection#name
|
2016-08-18 22:16:42 +02:00 |
|
Johannes Rieken
|
9cb04a03c8
|
tests for undefined vs '', #10640
|
2016-08-18 21:57:26 +02:00 |
|
Daniel Imms
|
b639303aff
|
Uplevel xterm.js
Fixes issue of change terminal line-height breaking scrolling
Fixes #9822
|
2016-08-18 11:18:23 -07:00 |
|
Daniel Imms
|
2c95aed6eb
|
Remove name from terminal API since it's static
|
2016-08-18 11:00:10 -07:00 |
|
Daniel Imms
|
4d14ca0c86
|
jsdoc on terminal API
|
2016-08-18 10:57:10 -07:00 |
|
Sandeep Somavarapu
|
472756b6ca
|
# 9609 Use completely visble lines in view port data for revealing and scrolling
|
2016-08-18 19:30:34 +02:00 |
|
Benjamin Pasero
|
fd62386f30
|
add more commands for quick open
|
2016-08-18 19:14:50 +02:00 |
|
Alex Dima
|
3d0aea0755
|
Remap istanbul coverage info at the end of running tests
|
2016-08-18 18:34:06 +02:00 |
|
Alex Dima
|
b72fb76e77
|
experiment with forceLoad in runner
|
2016-08-18 18:34:05 +02:00 |
|
Alex Dima
|
27568c03b8
|
Extract SnippetController to its own file
|
2016-08-18 18:34:04 +02:00 |
|
Alex Dima
|
cfe6a58d72
|
Minor clean-up
|
2016-08-18 18:32:48 +02:00 |
|