Johannes Rieken
6d453e4ca4
Merge pull request #333 from Microsoft/fix42
...
Make sure not each provider registers a support
2015-11-20 16:33:54 +01:00
Johannes Rieken
154863b648
add tests
2015-11-20 16:26:02 +01:00
João Moreno
15ddb39bed
Merge pull request #276 from daviwil/ps-extensions
...
Add more extensions to built-in PowerShell support
2015-11-20 16:23:44 +01:00
Martin Aeschlimann
9159003d6c
Merge pull request #304 from dstorey/update-css-at-rule-support
...
Update css at-rule support for auto-complete
2015-11-20 16:18:02 +01:00
Joao Moreno
ad5c529564
call InputBox.layout from the outside
...
fixes #210
2015-11-20 16:15:06 +01:00
isidor
7b17eca69e
Fix for [debug] Having a call stack with no source shows 'unknown'
2015-11-20 16:10:19 +01:00
Johannes Rieken
bd854fcdd0
Merge pull request #341 from Microsoft/csharp-o-github-releases
...
Use auth tokens for downloading omnisharp builds from GitHub
2015-11-20 15:54:01 +01:00
Joao Moreno
e5e791215f
remove npm-install-plugin:* tasks
2015-11-20 15:53:36 +01:00
Benjamin Pasero
96d34d983d
keep search more stable while results are coming in
...
- you can collapse/expand results and this is preserved
- the "collapse all" action enables once results arrive
- you can remove results and they dont come back at the end of the search
- we do not add the same matches over and over again to the tree, but only once per result
2015-11-20 15:47:36 +01:00
Martin Aeschlimann
0f09edce01
Merge pull request #316 from Tyriar/315_css_frequency_capitalization
...
Fix CSS frequency capitalization
2015-11-20 15:47:11 +01:00
Joao Moreno
e3c9e0576f
remove unnecessary dependencies
2015-11-20 15:41:15 +01:00
isidor
c7db0af7e3
Fix for DebugService should filter breakpoints on the same line for setBreakpointsRequest
2015-11-20 15:37:19 +01:00
Andre Weinand
60d10f9ae3
update debug adapters
2015-11-20 15:34:13 +01:00
isidor
ccc4c18231
debug: trim down IRawDebugSession
2015-11-20 15:22:19 +01:00
Benjamin Pasero
6cdd5a9a7f
support to work with search results even when search was canceled
2015-11-20 15:13:36 +01:00
Johannes Rieken
75750e3915
Keep the fix small, keep ext host side command
2015-11-20 15:04:01 +01:00
Alex Dima
046b87e067
Better editor build tasks
2015-11-20 14:54:11 +01:00
Benjamin Pasero
19888e6822
support console.log string substitution in PH
2015-11-20 13:00:28 +01:00
Joao Moreno
a427dcd46a
use auth tokens for downloading omnisharp builds from gh
2015-11-20 12:49:34 +01:00
Benjamin Pasero
2c7bfe53b2
a little less use of mime in file editor model and input
2015-11-20 12:46:22 +01:00
Johannes Rieken
b4c961cfe1
add tests for outline
2015-11-20 12:17:11 +01:00
isidor
38aecbbb5e
debug: remove unnecessery checks when revealing editors..
2015-11-20 12:16:30 +01:00
isidor
76ae2e08a4
Fix for [debug] inconsistency in greyed out stack frames
2015-11-20 12:16:30 +01:00
Benjamin Pasero
3893f9f6f7
Middle clicking a working file in the working file list should close it and remove it from working files ( fixes #56 )
2015-11-20 12:15:39 +01:00
Benjamin Pasero
7ac523b99a
Diff editor: restore the action to quickly toggle between inline and normal diff ( fixes #175 )
2015-11-20 12:11:15 +01:00
Andre Weinand
783155223d
add 'context' attribute to evaluate request. Partial fix for #252 .
2015-11-20 11:24:59 +01:00
Benjamin Pasero
df479d0a6f
False positive in file path pattern matching in Output Channel ( fixes #232 )
2015-11-20 11:17:58 +01:00
Johannes Rieken
0c3603a554
Have a support for each provider on the ext host side, starting with outline and code lens
2015-11-20 11:14:18 +01:00
isidor
300756f300
debug: move debug service into electron-browser
...
fixes #317
2015-11-20 11:10:27 +01:00
Benjamin Pasero
fb8c66d99f
add comment on the new update.channel setting
2015-11-20 11:06:52 +01:00
Benjamin Pasero
ed139191d6
allow to set the update channel from settings
2015-11-20 11:04:59 +01:00
Benjamin Pasero
e57d6db414
Proxy support for extensions ( fix #69 )
2015-11-20 10:32:25 +01:00
João Moreno
171f2c1008
Merge pull request #308 from Tyriar/307_fix_git_status_bar_cursor
...
Use default cursor for .git-statusbar-item
2015-11-20 09:58:31 +01:00
Benjamin Pasero
d8a325a83f
extract reusable userSettings library
2015-11-20 09:42:10 +01:00
Benjamin Pasero
b703e6779c
make sure to console.error startup errors
2015-11-20 09:42:09 +01:00
Joao Moreno
9731e5287c
quieter build
2015-11-20 09:24:36 +01:00
Joao Moreno
a0c6a74e24
quiet build
2015-11-20 09:10:06 +01:00
Joao Moreno
cc24139a40
VSCODE_BUILD_QUIET
2015-11-20 08:48:59 +01:00
Benjamin Pasero
6e94b27e06
fix layer breakers
2015-11-20 08:42:27 +01:00
Daniel Imms
3b1adb5ab1
Fix CSS frequency capitalization
...
Fixes #315
2015-11-19 22:57:16 -08:00
Daniel Imms
c10aa8eb7a
Enable regex's ^, $ and ^$ to be matched in file dialog
...
Fixes #278
2015-11-19 22:37:15 -08:00
Daniel Imms
84d654ef1f
Use default cursor for .git-statusbar-item
...
Prevent the text selection cursor from showing on .git-statusbar-item. This is
happening because there is an being used currently to position the
element.
Fixes #307
2015-11-19 21:12:03 -08:00
David Storey
f7bd7e8fb3
Add description to @viewport CSS at-rule
...
…and update -o-viewport as Opera Mobile post 12.1 uses Blink instead of
Presto.
2015-11-19 18:03:46 -08:00
David Storey
9352347d7d
Remove Mozilla/WebKit vendor prefixed @viewport CSS at-rules
...
because they don’t exist.
2015-11-19 17:56:37 -08:00
David Storey
e9e1306621
Update to spec link for @viewport CSS at-rule
2015-11-19 17:54:41 -08:00
David Storey
bd9d62b882
Add @counter-style CSS at-rule to auto-complete
2015-11-19 17:35:18 -08:00
David Storey
701a57f3f8
Add Chrome 43 and Safari 9 to CSS @keyframes support list
2015-11-19 17:17:13 -08:00
David Storey
0f4b4db2ae
Add Safari 9 to CSS @supports support list
2015-11-19 17:11:11 -08:00
Chris Dias
01751b0559
Merge pull request #209 from lucaslra/master
...
Small changes to improve document readabilty
2015-11-20 00:43:02 +01:00
Chris Dias
1537bb1e6e
Merge pull request #190 from W4RH4WK/master
...
Center screenshot in README
2015-11-20 00:39:14 +01:00