David Storey
6147cf2019
Fix errors and generate browsers.js
2015-12-10 11:49:02 -08:00
Alex Dima
ac00ecd51b
Fix hygiene script
2015-12-10 18:38:31 +01:00
Alex Dima
b0336d1c0e
Adopt new import syntax
2015-12-10 18:31:43 +01:00
Alex Dima
92dd0e2fbe
Find Widget: move images in images folder
2015-12-10 17:51:02 +01:00
Alex Dima
0447f82ded
Improvements in Find Widget: Ctrl+H always focuses replace, Ctrl+DownArrow focuses the editor
2015-12-10 17:46:54 +01:00
Alex Dima
0b90eb2c25
Fixes #259 : Add shortcuts & commands for find modifiers
2015-12-10 17:20:34 +01:00
Alex Dima
a0df9a5af2
FindWidget: Do not hard-code keybindings
2015-12-10 17:20:32 +01:00
Johannes Rieken
370b2e314e
marker handler rendering, first cut
2015-12-10 17:06:02 +01:00
Benjamin Pasero
eaf19a75df
workaround #1117 by reducing max file size one can open from 100 to 50 MB
2015-12-10 16:50:28 +01:00
Joao Moreno
2f3c47c423
remove react
2015-12-10 16:48:46 +01:00
Joao Moreno
e058fdf5e0
remove react dependency from editor status
2015-12-10 16:48:46 +01:00
Joao Moreno
ab0bba9e3a
drop react dependency from git status bar contribution
2015-12-10 16:48:46 +01:00
isidor
4507346bba
debug: support both "win" and "windows" in package.json
...
fixes #1142
2015-12-10 15:54:32 +01:00
Johannes Rieken
9f7b6b84e7
add plugin host API for Diagnostics#Source
2015-12-10 15:40:26 +01:00
Erich Gamma
9b055bc857
Update CONTRIBUTING.md
2015-12-10 15:40:00 +01:00
Erich Gamma
199e5e9292
Update CONTRIBUTING.md
2015-12-10 15:37:30 +01:00
Erich Gamma
605234facd
Update CONTRIBUTING.md
2015-12-10 15:36:26 +01:00
Johannes Rieken
336eb73c6e
unused imports et al
2015-12-10 15:31:54 +01:00
Alex Dima
fc26dad6cf
Fixes #231 : Restore snippet mode if not entering snippet mode
2015-12-10 15:30:33 +01:00
Erich Gamma
7af75ebf56
Create CONTRIBUTING.md
2015-12-10 15:29:38 +01:00
Johannes Rieken
7dbc878a32
remove csharp-syntax-only-extension because vscode omnisharp ships that
2015-12-10 15:25:07 +01:00
Johannes Rieken
bf6db83167
unused imports and other tslint findings
2015-12-10 15:25:06 +01:00
isidor
67fa01ef8a
debug: rawAttach if a attach session is already active disconnect it first.
2015-12-10 15:17:54 +01:00
Johannes Rieken
c8d4a43181
es6 is the default
2015-12-10 14:17:41 +01:00
Martin Aeschlimann
a749a073f1
[json] refactor intellisense participants to not depend on schema
2015-12-10 13:57:00 +01:00
Martin Aeschlimann
dcdff0a568
[json] preload meta-schema ( #1148 )
2015-12-10 13:57:00 +01:00
Johannes Rieken
6253b44ec7
IFormattingSupport can be either doc or range formatting support, fixes #1163
2015-12-10 12:46:08 +01:00
Johannes Rieken
974ed10c10
Merge pull request #1165 from Microsoft/joh/commandsAsApi
...
Joh/commands as api
2015-12-10 11:53:46 +01:00
Johannes Rieken
455bd760d9
missing change, gulp-tsb wtf
2015-12-10 11:41:36 +01:00
Johannes Rieken
d6c5d857e5
make description less verbose
2015-12-10 11:27:22 +01:00
Johannes Rieken
9b1c7b7c3d
add description to show references command
2015-12-10 11:20:23 +01:00
Johannes Rieken
b357a46d69
rename to extHostApiCommands
2015-12-10 10:39:27 +01:00
Johannes Rieken
a25f063d94
Merge branch 'master' into joh/commandsAsApi
2015-12-10 10:07:15 +01:00
Joao Moreno
7480707c43
win32MutexName
...
related to #972
2015-12-10 10:03:25 +01:00
Johannes Rieken
db1316eba5
use pre-wrap for code in hovers, fixes #842
2015-12-10 10:00:25 +01:00
Benjamin Pasero
cc70eb0f08
Recent Folders should not be case sensitive in Windows ( fixes #1151 )
2015-12-10 09:54:19 +01:00
Joao Moreno
764e7754ec
fix darwin bundle id
2015-12-10 09:53:21 +01:00
Johannes Rieken
64d077c8b5
Merge pull request #337 from felixrieseberg/es6default
...
JavaScript: Enable ES6 by Default
2015-12-10 09:25:03 +01:00
David Storey
d98484b5a2
Add css properties to css.plist
2015-12-10 00:13:30 -08:00
Benjamin Pasero
1d9d9abb64
fix broken package status bar entry
2015-12-10 08:54:07 +01:00
Benjamin Pasero
5c4e24f033
Merge pull request #1102 from Microsoft/ben/fuzzy-quickopen
...
Alternative fuzzy searching
2015-12-10 08:37:23 +01:00
Benjamin Pasero
75cf4c7ee4
more fuzzy enablement
2015-12-10 08:28:46 +01:00
Benjamin Pasero
7eff5f7f14
extract scorer.ts and give OSS attribution
2015-12-10 08:06:03 +01:00
Benjamin Pasero
92839a05aa
some cleanup
2015-12-10 07:56:36 +01:00
Benjamin Pasero
d97efc5f7a
Merge branch 'master' into ben/fuzzy-quickopen
2015-12-10 07:30:46 +01:00
Andre Weinand
a96a45d35c
get version 1.0.1 of debugprotocol
2015-12-09 23:43:52 +01:00
Martin Aeschlimann
736ff0bd99
[json] move schema associations to extensions
2015-12-09 23:40:36 +01:00
Felix Rieseberg
8bc42af7c8
JavaScript: Enable ES6 by Default
...
- This tiny commit enables ES6 support for JavaScript files by default, ensuring that VS Code supports popular JavaScript frameworks and modules out of the box.
- Tests pass, behaviour otherwise unchanged.
Closes #318
2015-12-09 11:07:17 -08:00
Johannes Rieken
fdb97f4e20
more command metadata, check args on exthost side
2015-12-09 18:40:28 +01:00
Alex Dima
89824341e2
Fixes #183 : Jump to bracket should jump such that it matches the same bracket pair
2015-12-09 17:22:39 +01:00