Commit graph

170 commits

Author SHA1 Message Date
Matt Bierner 4f03abce7c Add strict properly init task 2019-04-03 14:54:02 -07:00
Rob Lourens 60fd1c5931 Exclude unnecessary env vars when debugging 2019-03-23 19:32:20 +00:00
Matt Bierner 7d0e64f5ec Strict null check VS Code
Fixes #60565
Fixes #70417
2019-03-19 10:51:31 -07:00
Matt Irvine a23f843bc7 Fix Unit Test launch configuration 2019-03-15 18:38:07 -07:00
Alex Dima d8f660d5ff Minor tweaks for #65137 2019-02-15 17:41:09 +01:00
Max Sysoev 8a04f8fed7 Add maxTokenizationLineLength configuration option 2019-02-15 16:54:31 +01:00
Alex Dima 0a61bab1a2 Format settings.json 2019-02-08 15:36:13 +01:00
SteVen Batten c45d91d9c1
Workbench Grid Layout Behind flag (#63066)
* partially functioning grid view

* lots of toggling behavior and editor restore

* dimension changes

* restore layout and fix titlebar

* fix view dimensions on toggle/move

* increase timeout for debug config

* undo unnecessary changes to CSS

* put grid layout behind setting

* fix strict null checks

* address code comments from @bpasero

* changing key name
2019-01-23 14:16:37 -08:00
isidor 0742a095ba merge master 2019-01-07 10:55:16 +01:00
Johannes Rieken 3ab9550686 fix #66135 2019-01-07 10:45:13 +01:00
isidor 08f90efead merge master 2018-12-28 15:30:48 +01:00
Rob Lourens a50ee96c33 Fix #65086 2018-12-14 11:13:38 -08:00
Johannes Rieken 11fb2c1389 remove winjs-promise - fixes #53526 2018-12-13 10:28:26 +01:00
Alex Ross 44bf93164a Make strict null check automatic 2018-11-30 15:06:08 +01:00
Rob Lourens 5f09207fea Fix shared process launch config 2018-11-28 12:08:50 -08:00
isidor 03acf80627 rename isOnlyDevelopmentDependency to developmentDependency 2018-11-21 16:17:52 +01:00
isidor 085f4656ed add some commit hashes and versions to cgmanifest.json 2018-11-20 16:31:08 +01:00
isidor 9edd984da8 delete OSSREADME.json 2018-11-20 12:54:22 +01:00
Alex Dima 66f4c5be3a Adopt OSS tool 2018-11-16 23:21:02 +01:00
isidor 7baccc2f97 remove default fields from launch.json 2018-11-15 15:56:13 +01:00
Matt Bierner 573af50461 Switch VS Code workspace to use typescript-tslint-plugin
Use the plugin version of TS lint rather than the external version. Add the plugin as a local dev dependency and add the vscode extension that contributes the plugin as a recomended extension. This should enable the plugin when using the standard version of TS and when using the workspace version of TS
2018-11-12 14:49:30 -08:00
Johannes Rieken 3e6a5fe47e tweak snippet 2018-11-07 16:52:02 +01:00
Johannes Rieken ffcd4f5f9c no more 'use strict' 2018-10-24 15:24:54 +02:00
Benjamin Pasero 19bf44f3a8 settings - exclude uri.test.data.txt 2018-10-23 09:09:12 +02:00
Rob Lourens 97835057a8 Move new launch config down so it's sorted after "Launch VS Code" 2018-10-18 16:48:39 -07:00
Rob Lourens f1e50ad67a Add launch config for vscode main proc 2018-10-18 10:25:58 -07:00
Rob Lourens 49ba5a4b9c Fix #60203 - VSCODE_NODE_CACHED_DATA_DIR can be inherited from the DA process. If --no-cached-data is passed, that var should be cleared 2018-10-18 08:59:20 -07:00
Dirk Baeumer 832a49c79a Problem matcher for strict null checks 2018-10-16 16:15:36 +02:00
Johannes Rieken 8947e963ec tweak strict null task 2018-10-16 15:52:57 +02:00
Johannes Rieken 5df93623cf add strict null task 2018-10-16 15:37:48 +02:00
Johannes Rieken c2d0322c42 more shared snippets 2018-10-01 17:58:56 +02:00
Johannes Rieken a5a1f74d0e add shared snippet file, add copyright header statement 2018-09-24 15:25:51 +02:00
Benjamin Pasero 1e98303d91 bootstrap - move workbench.js to electron-code 2018-09-10 07:48:52 +02:00
Rob Lourens 4f3ccc9a5c Launch config changes 2018-08-21 11:28:35 -07:00
Andre Weinand bf7ac9201e move auto-attach into new built-in extension; fixes #53586 2018-07-12 16:41:03 +02:00
Rob Lourens f7e80c35a4 Fix debug console output when running unit tests 2018-06-18 13:37:24 -07:00
Matt Bierner eab7f1eea5 Restore restart 2018-05-29 16:29:53 -07:00
Sandeep Somavarapu 189f560fa5 Fix default port in attach to extension host launch 2018-05-24 15:58:34 +02:00
Matt Bierner 86adb527f1 Workaround for extra ts folding range
Fixes #49904
2018-05-22 15:09:52 -07:00
Rob Lourens 4bd9c80b14 Remove enableSearchProviders in vscode workspace settings, now it's enabled by default 2018-05-17 11:56:05 -07:00
Matt Bierner 09d0a0af39 Prefer single quotes in vscode codebase 2018-05-14 11:24:07 -07:00
Rob Lourens d53d1e9ef2 EH search - add opt-in setting to vscode workspace settings 2018-05-14 10:16:51 -07:00
Christof Marti e142962e1b Multi-step input API (#49340) 2018-05-14 12:53:38 +02:00
Rob Lourens 0825cd49ca EH Search - File search working with cache, sorting, filtering, all in EH 2018-05-11 11:36:01 -07:00
Matt Bierner 84d023798b Prefer non-relaitve paths in vscode codebase
Requires using TS 2.9

Fixes #43575
2018-05-08 15:23:22 -07:00
Matt Bierner 7b3c343688 Start adding some basic pinning tests for jsdoc -> snippet 2018-05-02 14:41:37 -07:00
Matt Bierner aa0d43ea2d Name cleanup 2018-04-13 16:34:25 -07:00
Christian Oliff 3339869362
HTTPS link 2018-03-28 22:27:27 +09:00
Joao Moreno 01eeace4ed fixes #46163 2018-03-20 10:43:02 +01:00
Matt Bierner 468dc867cd Rename markdown to markdown-language-features 2018-03-19 21:08:39 -07:00