Commit graph

645 commits

Author SHA1 Message Date
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
Johannes Rieken 7075821a2b adopt isTooLargeForHavingAMode in language feature registry 2015-12-02 17:31:30 +01:00
Johannes Rieken e581c62a36 debt - remove unused ModelLike thing 2015-12-02 17:26:27 +01:00
Martin Aeschlimann 6bcc676bec Copyright noticies for #730 (HTML descriptions) 2015-12-02 17:23:04 +01:00
Isidor Nikolic 7d256a861d Merge pull request #935 from Microsoft/isidorn/breakpoints-verified
Isidorn/breakpoints verified
2015-12-02 17:15:40 +01:00
isidor 0a7dc60f5c debug: breakpoints should be blue like the summer sky. 2015-12-02 17:10:33 +01:00
isidor e83aed0766 debug: stack frames show breakpoint when overlaping. 2015-12-02 16:56:21 +01:00
Martin Aeschlimann a38910e3fb Merge pull request #730 from Tyriar/323_add_html_labels
[html] Add documentationLabel's for HTML tags
2015-12-02 16:49:13 +01:00
Johannes Rieken 4a3c868bcf use URI in favour of URL 2015-12-02 16:38:58 +01:00
Joao Moreno a436a2550d adopt loader error handling 2015-12-02 16:34:14 +01:00
isidor e6c6bd7c5c debug: reduce opacity of disabled breakpoints. 2015-12-02 16:33:45 +01:00
isidor b51f4c0cf4 debug: show verified with a dark red, otherwise use pale red. 2015-12-02 16:29:13 +01:00
isidor d829fea7eb debug: introduce breakpoint.verified to model. 2015-12-02 15:55:35 +01:00
Johannes Rieken d728558a60 use URI in favour of URL 2015-12-02 15:54:29 +01:00
Martin Aeschlimann 39d3589801 [shaderlab] Support Shaderlab Highlighting for .cginc (Include files) #867 2015-12-02 15:42:51 +01:00
Benjamin Pasero ce886b830b Quick open filters inconsistently between editor history and file search (fixes #258) 2015-12-02 15:33:32 +01:00
Dirk Baeumer 51b0071c63 Pattern correction for TS 1.7.3 2015-12-02 15:20:16 +01:00
Johannes Rieken 797f9bf0ab make quick fix be a command and a score 2015-12-02 13:02:25 +01:00
Martin Aeschlimann 0f8b0d7225 Merge pull request #883 from MattTalbot/master
Syntax Highlighting for Roku's BrightScript Language
2015-12-02 13:00:54 +01:00
Dirk Baeumer fc0f3210c8 Fixes #918 2015-12-02 12:53:00 +01:00
isidor 00df21360e debug: oops wrong negation. 2015-12-02 12:24:49 +01:00
Johannes Rieken dd4f269d15 don't use \ for glob-pattern samples but a magic unicode forward slash character that doesn't break block-comments. fixes #891. 2015-12-02 11:59:50 +01:00
Johannes Rieken a739913e81 use URI instead of URL when possible 1/n 2015-12-02 11:49:17 +01:00
isidor 12efa7ffdd debug: show error breakpoints in breakpoints tree
fixes #864
2015-12-02 11:47:41 +01:00
isidor df339f922e debug: remove breakpoint errors on session end. 2015-12-02 11:20:14 +01:00
Joao Moreno f32317576c patch exe file version
fixes #853
2015-12-02 11:11:34 +01:00
Johannes Rieken 1de8f1d608 #723 mark untitled documents as dirty when opened 2015-12-02 11:02:10 +01:00