Commit Graph

148279 Commits

Author SHA1 Message Date
Benjamin Pasero
aa3fa0d5ad fix broken promise cancel with delayer 2015-12-03 15:56:06 +01:00
Joao Moreno
89c09866cd better type throttled delayer 2015-12-03 15:52:50 +01:00
isidor
af365ab605 debug: also pass the debugServer when doing the rawAttach.
Fixes #960
2015-12-03 15:40:38 +01:00
isidor
a2c892b18f debug: remove debugService.getConfiguration() and polish debugActionItems. 2015-12-03 15:40:37 +01:00
Johannes Rieken
a026896345 fix uri marshalling issue 2015-12-03 15:38:13 +01:00
Johannes Rieken
02a78a027c stop special serialization of URL 2015-12-03 15:32:41 +01:00
Johannes Rieken
d4406aa76f IModel.getAssociatedResource is URI instead of URL 2015-12-03 15:25:35 +01:00
Benjamin Pasero
dde70bee3b cap visible entries in quick open 2015-12-03 15:21:02 +01:00
Benjamin Pasero
ef5fb3c85b quick open: make sure a search is canceled before running the next one 2015-12-03 14:05:29 +01:00
Martin Aeschlimann
08076f3faa [lua] "goto" missing in Lua syntax highlighting #942 2015-12-03 13:46:56 +01:00
Martin Aeschlimann
e39c3f9be8 [scss] IntelliSense Suggestions After Semicolon #250 2015-12-03 13:31:58 +01:00
Andre Weinand
2801eac2be update node-debug 2015-12-03 12:45:40 +01:00
Mattias Pernhult
ecaa12d3c4 Refactor some variable names 2015-12-03 12:19:32 +01:00
Johannes Rieken
ad03fd62b3 remove the last csharp-o occurrences and make build happy 2015-12-03 12:17:28 +01:00
Agetorp
f385d0ab97 Implemented feature requested in issue #950 2015-12-03 12:14:34 +01:00
Johannes Rieken
ad7b0bd353 download and bundle vscode-omnisharp during build 2015-12-03 12:03:05 +01:00
Johannes Rieken
601c0776d7 move out vscode omnisharp 2015-12-03 12:03:05 +01:00
Joao Moreno
42ff2b415b speed up extension query
fixes #439
2015-12-03 11:29:54 +01:00
Martin Aeschlimann
4d90894543 [xml] entities are not highlighted #820 2015-12-03 11:04:38 +01:00
Joao Moreno
f5c8d33fb6 install extension after readme
fixes #914
2015-12-03 11:00:40 +01:00
Johannes Rieken
38133dbe57 make vscode a dependency, don't use magic build, discover and fix some issues with the global vscode module 2015-12-03 10:58:22 +01:00
Johannes Rieken
4b62802816 favor const 2015-12-03 10:46:29 +01:00
Johannes Rieken
bb68dfffe2 don't leak a listener 2015-12-03 10:38:47 +01:00
Johannes Rieken
36963f2695 remove unused typings 2015-12-03 10:35:39 +01:00
Joao Moreno
7e6a4f0e46 sorry ben 2015-12-03 10:30:24 +01:00
Martin Aeschlimann
64cfbc30d7 jsp should not register for XML 2015-12-03 10:25:43 +01:00
Martin Aeschlimann
758bf0d85f [html] punctuation for tags can not be colored by syntax themes #928 2015-12-03 10:25:42 +01:00
Martin Aeschlimann
b1014464c3 [html] Please provide a built-in HTML.tmLanguage file #543 2015-12-03 10:25:42 +01:00
Martin Aeschlimann
38645311b0 Merge pull request #804 from Tyriar/remove_dead_html_code
[html] Remove dead code in html.ts
2015-12-03 10:16:11 +01:00
isidor
e0e2ce137f debug: rawAttach should also pass in the source map data. 2015-12-03 10:08:30 +01:00
Joao Moreno
91ec2ba040 git pull with rebase
fixes #907
related to #150
2015-12-03 10:00:00 +01:00
Joao Moreno
254ddfd8dd cleanup 2015-12-03 09:59:57 +01:00
Johannes Rieken
870d62c947 don't mention product names, fixes #949 2015-12-03 09:58:25 +01:00
Johannes Rieken
8dbe6487fc make sure URL can be marshalled to/from in ext host, fixes #952 2015-12-03 09:42:15 +01:00
Johannes Rieken
60cb7e2305 Revert "workaround: TypeError: Cannot read property '_acceptIsDirty' of undefined #952"
This reverts commit 2de359c7d3.
2015-12-03 09:42:15 +01:00
Benjamin Pasero
dd2a4bd443 service: add a test for cancellation 2015-12-03 09:36:45 +01:00
Benjamin Pasero
2de359c7d3 workaround: TypeError: Cannot read property '_acceptIsDirty' of undefined #952 2015-12-03 07:59:27 +01:00
Benjamin Pasero
2d44888569 broadcast should support target window 2015-12-03 07:57:44 +01:00
Chris Dias
9dd095c27e Add licenseURL to default product.json pointing to MIT License in repo 2015-12-02 20:20:47 -08:00
Chris Dias
d302d35699 Remove "Visual Studio" name from strings 2015-12-02 16:49:45 -08:00
Daniel Imms
6a6fb7c6d3 Merge remote-tracking branch 'upstream/master' into remove_dead_html_code 2015-12-02 15:19:27 -08:00
Andre Weinand
d194e65958 update debug adapters 2015-12-02 22:27:01 +01:00
Johannes Rieken
e8a439374b more URI over URL changes, remove getPath and getRequestUrl from request service 2015-12-02 21:24:05 +01:00
Benjamin Pasero
58cd13b642 Extension host debugging: change to a model where VS Code triggers reattach (instead of polling) 2015-12-02 21:18:54 +01:00
Johannes Rieken
5e7472bf99 perf - save an array when asking for language features 2015-12-02 17:58:53 +01:00
isidor
d25d7ffba2 debug: do not expose debugSession.attach. 2015-12-02 17:47:40 +01:00
isidor
e8b51e7d44 debug: expose debugService.rawAttach. 2015-12-02 17:45:45 +01:00
isidor
41cb64a91d debug: some configuration attributes are optional. 2015-12-02 17:45:45 +01:00
Martin Aeschlimann
d7214d7013 [html] Please provide a built-in HTML.tmLanguage file #543 2015-12-02 17:43:33 +01:00
Martin Aeschlimann
1b72099996 [html] Please provide a built-in HTML.tmLanguage file #543 2015-12-02 17:41:25 +01:00