Commit graph

12147 commits

Author SHA1 Message Date
Martin Aeschlimann 03d9bb3a5d [html] fix for embedded css, stackoverflow 2016-11-22 20:26:23 +01:00
Matt Bierner 77e1bbebad Remove some Typings Files From TypeScript Extension (#15842)
Remove the node-additions typings file and changes the semver typings to come from `@types/semver`.
2016-11-22 10:54:49 -08:00
rebornix a18cd7f8b6 Fix #15880. Adjust current line highlight in reference widget. 2016-11-22 10:40:17 -08:00
Martin Aeschlimann 94f8efcb09 [php] use grammar from atom/language-php 2016-11-22 19:08:43 +01:00
isidor 4bbd43ed4c debug: Support objects when sending output to debug console
fixes #15796
2016-11-22 17:07:33 +01:00
isidor db40db0a34 debug model: introduce OutputExpressionContainer 2016-11-22 17:07:32 +01:00
isidor 0e17c435ad replViewer: renaming and polishing 2016-11-22 17:07:32 +01:00
Martin Aeschlimann 8efb9e68d0 [html] refactor and simplify embeddedSupport 2016-11-22 16:59:00 +01:00
Joao Moreno e8efbf474e fix missing return 2016-11-22 15:49:35 +01:00
isidor 42b0a56380 focus mode: esc to exit have lower weight than close reference search 2016-11-22 14:30:23 +01:00
isidor d2a4e2eace debug: do not massage output in the repl specially. 2016-11-22 14:18:16 +01:00
isidor 73241919a4 debug: remove nasi escape codes when computing string heigh in repl 2016-11-22 14:18:16 +01:00
Benjamin Pasero 4fe260c606 💄 2016-11-22 13:01:34 +01:00
Benjamin Pasero ab9f0b741e hot exit - add version id getters to models 2016-11-22 12:56:50 +01:00
Andre Weinand 1816ae96b0 cosmetics 2016-11-22 12:01:38 +01:00
Johannes Rieken d6834d01de fix #15349 2016-11-22 11:57:45 +01:00
Johannes Rieken 9afd40fc21 don't stop to log after first signal, #15456 2016-11-22 11:57:45 +01:00
Joao Moreno beed737999 fixes #15878 2016-11-22 11:51:53 +01:00
Benjamin Pasero b49d66ee0c Zoom level setting should be rounded off before writing to settings file (fixes #15877) 2016-11-22 11:36:37 +01:00
isidor 741bc632fc debug: logToRepl and appendReplOutput should not be exposed by debugService 2016-11-22 11:18:25 +01:00
Joao Moreno 09b67e21d9 fix compile errors 2016-11-22 11:15:45 +01:00
João Moreno daa7a6dd3f Merge pull request #15800 from joaomoreno/dirtydiff
Contributable dirtydiff
2016-11-22 11:06:08 +01:00
João Moreno adf528e1db Merge pull request #15797 from joaomoreno/reference-counted-models
Reference counted (workbench) text models
2016-11-22 11:05:50 +01:00
Johannes Rieken 4993c08066 add test for #15834 2016-11-22 10:49:17 +01:00
Joao Moreno 781d97a04c Merge branch 'master' into dirtydiff 2016-11-22 10:48:28 +01:00
Joao Moreno 2e8ee91650 move dirty diff css to contribution 2016-11-22 10:47:43 +01:00
Joao Moreno 3407c06a91 fixes #13197 2016-11-22 10:44:33 +01:00
Joao Moreno 6913eb58d3 simplify ReferenceCollection 2016-11-22 10:43:08 +01:00
Joao Moreno b560a80a6e fix test 2016-11-22 10:18:01 +01:00
Johannes Rieken 56f5a73f62 update snippet doc with supported variables, #4956 2016-11-22 10:01:57 +01:00
Benjamin Pasero ccd59d2c75 build - add remap ignores for less errors in build 2016-11-22 08:07:59 +01:00
rebornix f298203857 Fix #15799: put git indicators on top of others 2016-11-21 21:48:20 -08:00
Eric Lawrence b9315bbced Fix typos in commonEditorConfig.ts (#15826)
* Fix typo

posibilties => possibilties

* Fix typo
2016-11-21 11:09:04 -08:00
Christof Marti 40ed39d26f Flatten configuration keys for logging (fixes #13653) 2016-11-21 09:23:20 -08:00
Johannes Rieken 6bc6ba5b5a add variable-builder methods to snippet string, #4956 2016-11-21 18:04:01 +01:00
Benjamin Pasero 417214fbde travis --yes-colors 2016-11-21 17:56:51 +01:00
Martin Aeschlimann 287a5deb91 [html] embedded css/javascript in attribute values 2016-11-21 17:03:11 +01:00
isidor b0780bc908 debug test: adapter merge 2016-11-21 16:59:23 +01:00
Johannes Rieken c68054a9b1 wire up snippets, #4956 2016-11-21 16:19:30 +01:00
Johannes Rieken 646533e008 make parser produce Variable-type, #4956 2016-11-21 16:19:30 +01:00
isidor a0450b317e debug: allow adapters to contribute snippets 2016-11-21 16:06:15 +01:00
isidor 2bd93b9874 json: introduce IJSONSchemaSnippet 2016-11-21 16:06:15 +01:00
isidor 6c792d2b4e debug: remove enableBreakpointsFor schem contribution 2016-11-21 16:06:15 +01:00
Joao Moreno 3eddc66357 createModelReference(...) 2016-11-21 16:00:06 +01:00
Joao Moreno 0b6675494e unwrap reference of promise 2016-11-21 15:58:48 +01:00
Benjamin Pasero eabdabee40 Merge pull request #15801 from Microsoft/ben/build
Less verbose CI build
2016-11-21 15:13:21 +01:00
Benjamin Pasero 1e8c9bb2b9 no verbose 2016-11-21 14:55:57 +01:00
Johannes Rieken a56468d05a don't run fwd-slash tests on windows, #4956 2016-11-21 13:50:20 +01:00
Benjamin Pasero ecb54a8ab9 VSCODE_BUILD_VERBOSE: false 2016-11-21 13:29:54 +01:00
Joao Moreno 4783f2756d fix integration tests 2016-11-21 13:05:58 +01:00