Commit graph

6947 commits

Author SHA1 Message Date
isidor 08c019a265 debugService: minor polish 2015-11-23 19:15:20 +01:00
Alex Dima 47b7ef5d29 Fixes #312 2015-11-23 18:34:45 +01:00
Benjamin Pasero d66f6f47ef add the "Sync" command to the command palette as global command 2015-11-23 17:42:39 +01:00
Alex Dima 1722b6d112 Dispose all models in tests 2015-11-23 16:53:23 +01:00
Alexandru Dima cef95835ec Merge pull request #314 from Tyriar/278_blank_line_regex
Enable regex's ^, $ and ^$ to be matched in file dialog
2015-11-23 16:48:15 +01:00
isidor 254381688c debug: in case of an error when retrieving scopes return [].
fixes #30
2015-11-23 15:59:13 +01:00
Benjamin Pasero c79f772364 add comment 2015-11-23 15:55:57 +01:00
Benjamin Pasero 9799b57a01 DiffEditorInput => BaseDiffEditorInput 2015-11-23 15:55:57 +01:00
Kewin Dousse 5568b5625a Updating cursor blink on config change 2015-11-23 15:47:58 +01:00
Kewin Dousse 092944b7df Implementing configurable cursor blinking 2015-11-23 15:20:20 +01:00
Martin Aeschlimann 7569a9a775 Javascript mode instantiated twice, issue #34 2015-11-23 13:21:10 +01:00
Dirk Baeumer 4d78a2e833 Format changes 2015-11-23 12:36:51 +01:00
Benjamin Pasero e1fb6c4d91 move timeout into test 2015-11-23 11:09:33 +01:00
Martin Aeschlimann 5b657a5382 Merge pull request #461 from dstorey/main-element
Update HTML highlighting & IntelliSense
2015-11-23 11:09:06 +01:00
Martin Aeschlimann b124abd66e Merge pull request #473 from dstorey/add-edge-browser
Add Edge to list of browsers
2015-11-23 11:07:26 +01:00
Martin Aeschlimann 13594d8d9a Markdown syntax broken since last update #273 2015-11-23 11:05:41 +01:00
Lucas Araujo 98cc590065 Undoing some changes 2015-11-23 07:59:03 -02:00
Benjamin Pasero ad4f706d37 file tests: set timeout in suits 2015-11-23 10:50:29 +01:00
Benjamin Pasero c00ea5bf41 Tabs don't update column counter (fixes #103) 2015-11-23 10:38:40 +01:00
David Storey fcfccc4fe5 Update CSS flex box property values
* auto as new (default) value for min-height and min-width
* content as valid value of flex-basis
* correct browser support for display: flex and display: inline-flex
* remove IE support for old unprefixed flexbox display values
(incorrect info)
* add -webkit-flex and -webkit-inline-flex values for display.
2015-11-23 01:24:00 -08:00
João Moreno 6e3703638e Merge pull request #476 from Protectator/master
Correcting documentation to better match JSDoc's style.
2015-11-23 10:11:51 +01:00
Kewin Dousse e186bb34b7 Correcting documentation to better match JSDoc's style. 2015-11-23 09:50:11 +01:00
David Storey c55f04ac94 Update browser support for CSS Flexbox
Generally E,C29,FF22,IE11,O12.1,S9, except flex-flow and flex-wrap,
where they were not unprefixed until FF28
2015-11-23 00:45:39 -08:00
David Storey 2a28bebbf1 Add Edge support info for Pseudo classes and elements
…and fixed issues where it claims IE10 supports pseudo elements that it
doesn’t.
2015-11-23 00:33:26 -08:00
Benjamin Pasero f84dd4e7ee window.openInNewWindow => window.openFilesInNewWindow 2015-11-23 09:32:54 +01:00
Joao Moreno 60713ed94f mkdirp: don't try to create fs roots
fixes #379
2015-11-23 09:23:24 +01:00
David Storey 81f52187b3 Update browser support info for @supports, @keyframes 2015-11-23 00:00:38 -08:00
David Storey ab6f1c56de Add Edge support info to CSS At-rules 2015-11-22 23:55:15 -08:00
Benjamin Pasero fc6faebbdd Merge pull request #453 from pborreli/typos
Fixed typos
2015-11-23 08:09:13 +01:00
David Storey 0e06936a51 Add Edge to list of browsers
…so it can be used to add browser support info in CSS IntelliSense.
2015-11-22 23:08:21 -08:00
Benjamin Pasero 150c33d0d7 Merge pull request #445 from claudioc/claudioc/typo_fix
Fixes typos in the javascript.contribution
2015-11-23 08:07:32 +01:00
Benjamin Pasero 144eda776f Merge pull request #431 from kheiakiyama/rm_inputbox2
Delete files not using
2015-11-23 08:04:33 +01:00
Benjamin Pasero abad7fb787 increase test timeout 2015-11-23 07:42:20 +01:00
David Storey 335aee1cd1 Remove no longer valid elements from emptyElements list 2015-11-22 20:23:56 -08:00
David Storey 29ccc32e0c Add set for valid wrap values 2015-11-22 20:19:48 -08:00
David Storey 917d624fbb Add yes/no set and assign to global translate attribute 2015-11-22 20:17:37 -08:00
David Storey dcb0a77640 Add valid shape and scope values 2015-11-22 20:14:53 -08:00
David Storey 4a7291e035 Add additional set for <form method> inc. dialog value
…and capitalise GET / POST. Old get/post set is still needed for
formmethod on input and button.
2015-11-22 20:10:55 -08:00
David Storey 4a68465f12 Set valid input mode values for the inputmode attribute 2015-11-22 20:03:21 -08:00
David Storey 9d8b6245e8 Add valid encoding type values for enctype/formenctype attributes 2015-11-22 19:58:00 -08:00
David Storey 051a797a1a Set draggable attribute to a true/false bool, and remove t/f/a set
…auto isn’t a valid value for draggable. true/false/auto isn’t needed
once that uses a boolean.
2015-11-22 19:50:55 -08:00
David Storey 0ce3ab1c20 Add auto to valid dir attribute values
…auto isn’t valid when using on <bdo> element, so need to find how to
show that. It is valid for the global dir attribute.
2015-11-22 19:46:04 -08:00
David Storey 84b65a36ed Add <menuitem> el to HTML autocomplete & update <menu>
* Add menuitem element and define valid values for menuitem type
attribute
* Add valid values for menu type attribute
* Add menu to valid button values
* Remove old command element
2015-11-22 19:41:20 -08:00
David Storey 2df7cf8d4c Add valid values for the preload attribute for audio/video elements 2015-11-22 19:10:25 -08:00
David Storey 5991c9fc12 Add valid values to track kind attribute for auto-complete 2015-11-22 19:04:07 -08:00
David Storey 649a6f5c8c Remove no longer valid pubdate attribute from time element 2015-11-22 18:57:46 -08:00
David Storey 72de9a7001 Add sorted attribute to <th> element auto-complete 2015-11-22 18:55:59 -08:00
David Storey 95645dad5b Add minlength attribute to <textarea> auto-complete 2015-11-22 18:50:24 -08:00
David Storey bb27baf2f3 Add <template> element
…as used by Web Components.
2015-11-22 18:44:19 -08:00
David Storey 5e28c65ddb Add valid <table> attributes to HTML auto-complete 2015-11-22 18:40:22 -08:00
David Storey a6ccea15ad Remove media attribute from <source> element
…no longer valid in HTML5.1 and WhatWG HTML
2015-11-22 18:30:31 -08:00
David Storey ab59845776 Add autocomplete attribute to <select> auto-complete 2015-11-22 18:25:27 -08:00
David Storey d28360a801 Add nonce attribute to <script> and <style> elements
…as used by CSP. Included in W3C HTML5.1 and WHATWG Living standard.

Also re-ordered <script> to match spec, to make it easier to scan for
updates.
2015-11-22 18:11:25 -08:00
David Storey 1872ea5374 Add the various HTML ruby attributes to auto-complete 2015-11-22 18:03:45 -08:00
David Storey 88347eda21 Add type attribute to <ol> and specify valid values 2015-11-22 17:56:57 -08:00
David Storey 67667199fb Add HTML crossorigin attribute to <link> and <script> elements
(used by CORS)
2015-11-22 17:46:11 -08:00
David Storey b3e1987e59 Update valid input attributes for auto-complete
* Add minlength attribute
* Update required attribute to a boolean attribute
2015-11-22 17:36:15 -08:00
David Storey 55b9777169 Update valid iframe attributes for auto-complete
* Add allowfullscreen attribute
* Set sandbox to boolean attribute
* Add valid values for the sandbox attribute
2015-11-22 17:28:26 -08:00
David Storey b4288d964e Remove option attribute from HTML <datalist> element
option is a child of datalist, not an attribute
2015-11-22 17:04:14 -08:00
David Storey 19a1c4314d Update valid HTML body attributes
* Add onlanguagechange
* Remove onblur, onerous, onfocus, onload (existing global attributes)
* Move onresize and onscroll to global event handlers
2015-11-22 16:37:48 -08:00
David Storey 911958a5b3 Update valid HTML <a> & <area> attributes. + download, - media
Add download attribute (now widely supported.)
Remove media attribute (only valid on style and link elements)
2015-11-22 16:14:25 -08:00
David Storey f2417f3263 Remove global inert attribute from HTML auto-complete
It is not included in the list of global attributes for either W3C
HTML5/5.1 or WhatWG Living Standard.

There was a proposal for an inert keyword but it was dropped
https://github.com/whatwg/html/commit/5ddfc78b1f82e86cc202d72ccc752a0e15
f1e4ad
2015-11-22 16:06:22 -08:00
David Storey e00710dcb3 Merge branch 'Microsoft/master' into main-element 2015-11-22 13:09:34 -08:00
David Storey 933a511d78 Add missing HTML5.1 elements to CSS syntax highlight and Intellisense
* svg
* menuitem (already in IntelliSense)
2015-11-22 13:06:31 -08:00
David Storey 97874e93b9 Add <main> to valid HTML IntelliSense elements 2015-11-22 12:03:25 -08:00
Pascal Borreli 16fc6b7585 Fixed typos 2015-11-22 15:45:31 +00:00
Martin Aeschlimann e807c0e305 Merge pull request #436 from dstorey/aria-role-values
Add ARIA role values and ARIA 1.1 attributes
2015-11-22 15:07:06 +01:00
Benjamin Pasero b75d17c3f7 support to release "shift" key in quick open (fixes #265) 2015-11-22 14:23:48 +01:00
Claudio Cicali ccbcf7893b Fixes typos in the javascript.contribution 2015-11-22 13:12:45 +01:00
Benjamin Pasero 7a780d7494 dont use lambda in this case 2015-11-22 11:35:53 +01:00
Benjamin Pasero 6be95ed398 less hectic quick open visibility changes 2015-11-22 11:06:41 +01:00
Benjamin Pasero 9d1ae7bbe6 trace the stack when process.exit is called from an extension 2015-11-22 10:56:55 +01:00
Benjamin Pasero c3094f380d OutputChannel.hide throws error (fix #377) 2015-11-22 10:53:08 +01:00
Benjamin Pasero 46c0393a24 try workaround for not being able to focus window on win & linux 2015-11-22 10:41:14 +01:00
Benjamin Pasero cfbddb849e improve settings parsing readability 2015-11-22 10:35:13 +01:00
Benjamin Pasero ed9a93cc72 fix message list ordering (fixes #279) 2015-11-22 10:28:26 +01:00
Benjamin Pasero 2b6ba9e3cb prevent an extension from process.exit() (fixes #411) 2015-11-22 10:18:57 +01:00
David Storey 2d54b7e0ea Add tests for ARIA 1.1 attribute auto-complete 2015-11-21 23:33:25 -08:00
David Storey 1dcf795bc9 Add ARIA 1.1 attributes to global attributes list
…including adding undefined value to orientation
2015-11-21 23:16:43 -08:00
David Storey 29e329434b Add ARIA landmark role values to auto-complete 2015-11-21 22:45:29 -08:00
David Storey c878d1ecb6 Add ARIA document structure role values to auto-complete 2015-11-21 22:43:00 -08:00
David Storey 0861d8237f Add the composite widgets aria role values to auto-complete 2015-11-21 22:37:12 -08:00
David Storey 98f9564129 Add ARIA widget role values to auto-complete 2015-11-21 22:32:40 -08:00
kheiakiyama c1b1d60b76 remove unnecessary files 2015-11-22 11:07:18 +09:00
Martin Aeschlimann 47eb735daf Merge pull request #363 from Tyriar/320_aria_attributes
Add HTML aria attribute autocomplete
2015-11-21 20:17:30 +01:00
Martin Aeschlimann cc3b47296d Merge pull request #405 from jepessen/master
syntax highlighting for c++: 'value' keyword removed.
2015-11-21 19:50:30 +01:00
Martin Aeschlimann bc6c5be56b Update vscode extensions to package.json schema #41 2015-11-21 19:48:15 +01:00
Daniele Lupo b6382df1ac cpp: 'value' keywork removed. 2015-11-21 13:35:05 +01:00
lucas.lra@gmail.com a25963846c Included Edge UserAgent 2015-11-20 20:46:26 -02:00
lucas.lra@gmail.com 1628bf0130 - Included some Clojure Extensions
- Included one Powershell Extension
- Included some Csharp Keywords
- Reorganization of the language.main.js define call (To match the folders order)
2015-11-20 20:23:54 -02:00
Benjamin Pasero fa614d82f0 status bar: set cursor to default for non clickable entries 2015-11-20 19:58:09 +01:00
Daniel Imms 98c7d62539 Add HTML aria attribute autocomplete
Fixes #320
2015-11-20 08:54:31 -08:00
Joao Moreno b24d2e3199 quiet, error number 9 2015-11-20 17:50:17 +01:00
Joao Moreno e32df1933a dont forget to reset global error handler 2015-11-20 17:50:17 +01:00
Joao Moreno 16cb0e998e remove log messages from tests 2015-11-20 17:50:17 +01:00
Benjamin Pasero 6b8b630214 Open a folder via navigation bar doesn't work in 0.10.0 (fixes #234) 2015-11-20 17:18:25 +01:00
isidor a9e69dd00a debug: send a context with the evaluate request to the adapter.
fixes #252
2015-11-20 17:15:51 +01:00
Martin Aeschlimann 2ba926ab44 Update css <length> units used by CSS auto-complete #290 2015-11-20 16:40:44 +01:00
Martin Aeschlimann 843fd53682 Add 'turn' to <angle> and 'dppx' to <resolution> data types for CSS auto-complete #294 2015-11-20 16:35:37 +01:00
Martin Aeschlimann 5149b21747 Update browsers.js to reflect changes in #304 2015-11-20 16:35:37 +01:00
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
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
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
isidor c7db0af7e3 Fix for DebugService should filter breakpoints on the same line for setBreakpointsRequest 2015-11-20 15:37:19 +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
Benjamin Pasero 19888e6822 support console.log string substitution in PH 2015-11-20 13:00:28 +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
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 &nbsp; 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
Benjamin Pasero 321ccd5a32 unify file/folder picker path under one storage key 2015-11-19 18:53:33 +01:00
isidor 68704d9a6b Fix for [debug] "label" attribute of debuggers doesn't have hover help and intellisense 2015-11-19 17:09:54 +01:00
isidor 3e5f59bacf Fix for Promise without error handling when failing to connect to extension 2015-11-19 16:57:25 +01:00
Benjamin Pasero b853633084 fix issue when extension tests fail to execute and no output message is shown 2015-11-19 16:51:10 +01:00
Benjamin Pasero 14c5007e2b hide message bar when quick open shows 2015-11-19 16:28:25 +01:00
isidor 8f28a80ba8 debug: do not automatically open the explorer when session ends. 2015-11-19 16:24:21 +01:00
isidor acfa668404 debug: rename some rawDebugSession methods to align with debug protocol specification. 2015-11-19 16:23:11 +01:00
Benjamin Pasero 9ea2f14958 picker: make sure it calls the onShow() event also on first open 2015-11-19 16:22:51 +01:00
Benjamin Pasero 2804413940 quick open: remove unused "checked" option and related CSS 2015-11-19 16:11:11 +01:00
Benjamin Pasero 4a549a0039 extension tests: disable workbench storage in this case 2015-11-19 15:56:49 +01:00
Benjamin Pasero 3c12981e6d less ascii art for dirty file prompt 2015-11-19 15:46:07 +01:00
Benjamin Pasero 55870109db distro: extract env.product.win32AppUserModelId 2015-11-19 15:41:48 +01:00
isidor 546befe0d1 debug: remove request:'attach' missing warning. 2015-11-19 15:34:31 +01:00
isidor 7568a9c562 Fix for debugging: when stopping debugger from toolbar, switch back to explorer viewlet 2015-11-19 14:59:38 +01:00
isidor 68a8a8be2c Fix for Bug [debug] offer initial 2 templates in intellisense 2015-11-19 14:25:40 +01:00
Benjamin Pasero f490377510 vscode "--extensionHomePath" option does not work when used with the vscode proxy (fixes #37) 2015-11-19 13:45:27 +01:00
Alex Dima 8883fcd03b Leading whitespace fixes 2015-11-19 12:56:08 +01:00
Joao Moreno f4d81bc7e1 reverting proxy support for extensions, for now
need to fix layer breakers

Revert "fix build"

This reverts commit 9f5068a299.

Revert "proxy support for extensions"

This reverts commit 612efb5ded.
2015-11-19 11:47:43 +01:00
Joao Moreno 9f5068a299 fix build 2015-11-19 11:27:39 +01:00
Benjamin Pasero 2c08cb8512 Flash between opening of workspaces, reload #8 2015-11-19 11:25:31 +01:00
Martin Aeschlimann d112a774d0 Merge pull request #61 from mogemimi/fix-typo
Fix small typo
2015-11-19 11:11:55 +01:00
João Moreno bf35ff2159 Merge pull request #186 from punker76/69-Proxy-support-for-extension-gallery
Proxy support for extensions #69
2015-11-19 10:57:51 +01:00
Jan Karger 612efb5ded proxy support for extensions 2015-11-19 10:37:16 +01:00
Benjamin Pasero 6a43144013 introduce forceActive flag as option for opening editors (fixes #182) 2015-11-19 10:33:42 +01:00
Benjamin Pasero c703e36c0b fix NPE when running "Startup Performance" command 2015-11-19 09:27:55 +01:00
Alexandru Dima 6a6d2ed21f Merge pull request #124 from Microsoft/weinand-patch-1
fix for #39
2015-11-19 09:27:35 +01:00
João Moreno 436151922a Merge pull request #72 from joeskeen/master
Add text/ng-template to the HTML mime types
2015-11-19 09:21:35 +01:00
Benjamin Pasero 3605e5dba1 support null, undefined and errors in extension output (fixes #9) 2015-11-19 09:11:22 +01:00
Andre Weinand 014193f504 fix for #39
https://github.com/Microsoft/vscode/issues/39
2015-11-19 00:44:12 +01:00
Eduardo Pinho e89f4eb51b use Gruntfile.js instead of gruntfile.js 2015-11-18 22:41:24 +00:00
Eduardo Pinho 6e5ddd3e7e fix grunt task detector not considering description line wraps 2015-11-18 19:54:24 +00:00
Joe Skeen d2f506845e Add text/ng-template to the HTML mime types to enable HTML highlighting/help in Angular templates with in <script> blocks 2015-11-18 10:41:34 -07:00
Sofian Hnaide 689deed610 Fix api doc link 2015-11-18 09:30:59 -08:00
mogemimi 760d0a5ef9 Fix small typo 2015-11-19 01:50:25 +09:00
Alex Dima 32cbb35eac Delay handling of mouse events until view has finished painting 2015-11-18 14:58:32 +01:00
Alex Dima ac614ab1e7 Remove rounded corners for selection in Edge 2015-11-18 14:58:31 +01:00
Steven Clarke dd9d251b5d Typo 2015-11-18 13:21:55 +00:00
Johannes Rieken 36258db83a jsdoc, clarify CompletionItem.textEdit 2015-11-18 14:13:11 +01:00
Andre Weinand e6d6c1000e some small fixes 2015-11-18 14:05:33 +01:00
Steven Clarke 5fd2e22c66 Fixed a few typos 2015-11-18 12:04:42 +00:00
Johannes Rieken ca30cab062 more extension API doc for document selector score 2015-11-18 12:11:19 +01:00
Johannes Rieken 56decc5432 add jsdoc for extensions API namespace 2015-11-18 11:40:51 +01:00
Sofian Hnaide 4b1f422d5b fix missing api links 2015-11-17 14:56:43 -08:00
Johannes Rieken 4811b89476 add the last params 2015-11-17 17:39:31 +01:00
Johannes Rieken 94bbf6627f Some fixes in the API doc 2015-11-17 14:41:56 +01:00
Alex Dima 823f12503f JSDoc for vscode.d.ts 2015-11-17 14:35:10 +01:00
Johannes Rieken 922b2b2088 fix @see tag in API doc 2015-11-17 13:51:47 +01:00
Johannes Rieken 95896bbee9 documentation for extensions API 2015-11-17 11:33:03 +01:00
Johannes Rieken 1de2c81236 more API doc for extensions API 2015-11-17 10:01:05 +01:00
Johannes Rieken 4536038a3a More jsdoc for extension API 2015-11-16 23:43:22 +01:00
Johannes Rieken 6293737e69 More jsdoc for extension API 2015-11-16 22:35:21 +01:00
Johannes Rieken debef0a8f3 some extension namespace doc. 2015-11-16 21:29:50 +01:00
Johannes Rieken 045e1b6dd4 more jsdoc 2015-11-16 15:46:37 +01:00
Joao Moreno 32202c50cb fix README gallery link in windows 2015-11-16 14:44:15 +01:00
Alex Dima 745ad4a520 JSDoc improvements for vscode.d.ts 2015-11-16 13:00:09 +01:00
Johannes Rieken d62a44820f jsdoc vscode.d.ts 2015-11-13 17:31:52 +01:00
Johannes Rieken 43a1786247 jsdoc fot vscode.d.ts 2015-11-13 16:41:32 +01:00
Chris Dias 6f9e2ae390 Add reference to DefinitelyTyped, updated the TypeScript version, and generate a new thirdpartynotices.txt 2015-11-13 15:48:38 +01:00
Erich Gamma 8f35cc4768 Hello Code 2015-11-13 14:39:38 +01:00