Ivan Zlatev
d2470d13b4
Remove unused local var
2016-09-23 21:34:17 +01:00
Ivan Zlatev
c8410ff685
Added tests for syntax highlighting
2016-09-23 21:34:06 +01:00
Dustin Campbell
d2f1f7bcc0
Merge pull request #778 from kendrahavens/patch-1
...
Add Get Started Section
2016-09-23 09:43:52 -07:00
Kendra Havens
f8e12b71af
Add Get Started Section
...
Added links to "Get Started" section to our documentation and my video tutorial with .NET Core.
2016-09-22 16:10:34 -07:00
Dustin Campbell
2ef359f28e
Merge pull request #774 from eamodio/missing-context
...
Fixes missing subscription context
2016-09-21 15:17:15 -07:00
Eric Amodio
58f7e79502
Fixes missing subscription context
2016-09-21 08:47:43 -04:00
Dustin Campbell
745ae50aea
Merge pull request #765 from eamodio/bug-#735
...
Fixes the incorrect lodash.debounce import/require
2016-09-19 12:19:21 -07:00
Eric Amodio
f7d64b93af
Fixes the incorrect lodash.debounce import/require
2016-09-19 14:42:37 -04:00
Dustin Campbell
f8daf4560e
Merge pull request #764 from eamodio/bug-#735
...
Replaces full lodash with lodash.debounce
2016-09-19 10:46:48 -07:00
Eric Amodio
389068199d
Replaces full lodash with lodash.debounce
2016-09-19 13:41:26 -04:00
Dustin Campbell
4970f7dbe7
Merge pull request #760 from DustinCampbell/update-launch-targets
...
Update launch targets
2016-09-19 08:43:24 -07:00
Dustin Campbell
1d2b5e783f
Update to OmniSharp v1.9-beta15
2016-09-18 06:38:39 -07:00
Dustin Campbell
e008fcf088
Update launch target discovery to include root folder for .csproj files
...
Note: This change requires an update to OmniSharp in order to function
properly. It is dependent on
https://github.com/OmniSharp/omnisharp-roslyn/pull/635 .
2016-09-17 16:39:54 -07:00
Dustin Campbell
a745a28fce
Clean up whitespace in launcher.ts
2016-09-17 16:22:22 -07:00
Dustin Campbell
fbbf5a13ee
Merge pull request #754 from eamodio/bug-#735
...
Fixes #735 - "Running" forever for folder with multiple .NET Core projects
2016-09-13 15:28:06 -07:00
Eric Amodio
a060446308
Fixes #735 - "Running" forever for folder with multiple .NET Core projects
...
Also stops multiple duplicate requests from hitting server within a short window
2016-09-13 17:57:33 -04:00
Eric Amodio
8b8dba6b5e
Fixes typescript compile error
2016-09-09 21:34:40 -04:00
Rajkumar Janakiraman
716f2f5df6
Note to update GetClrDbg.sh in MIEngine. ( #751 )
...
* Note to update GetClrDbg.sh in MIEngine.
2016-09-08 14:05:28 -07:00
Dustin Campbell
471c8639d1
Merge pull request #752 from DustinCampbell/fix-extension-launch
...
Fix extension launch
2016-09-08 09:31:50 -07:00
Dustin Campbell
af373a3dc8
Reformat whitespace in package.json
2016-09-08 09:19:42 -07:00
Dustin Campbell
da488c5cfb
Fix location of 'main' in package.json
2016-09-08 09:18:51 -07:00
Dustin Campbell
3f50222951
Merge pull request #725 from DustinCampbell/clean-up-and-unit-tests
...
Clean up npm scripts and start running tests
2016-09-02 05:34:35 -07:00
Dustin Campbell
00977b5831
Add .editorconfig file
2016-09-01 09:52:47 -07:00
Dustin Campbell
94ca7e7323
Clean up npm scripts and start running tests
...
Since the repo started, we've had a single NPM script that ran on postinstall. All this did was run the VS Code install
script and then launch tsc. Now, postinstall just runs the VS Code install script. The idea here is that install should
really just lay down dependencies, not compile code. Compilation is split off into a separate script.
Here are the new npm scripts:
* `postinstall`: As described above, this now just runs the VS Code install script after `npm install`.
* `compile`: Runs the VS Code compile script to transpile TypeScript to JavaScript. Run this with `npm run compile`.
* `watch`: Runs the VS Code compile script with the '-watch' flag to transpile TypeScript to JavaScript, and then
watch for file changes and incrementally compile. Run this with `npm run watch`.
* `test`: Runs the tests with Mocha. Note: This will only run tests that are already transpiled to JavaScript. Run with
`npm test`.
* Unit tests can be written in the 'test' folder. See 'test/sanity.tests.ts' for an example.
* The launch.json has been updated to allow debugging of unit tests with the "Launch Tests" configuration.
* The "test" task is now configured so that you can use the "Tasks: Run Test Task" command in VS Code.
* Whitespace is a bit out of control. I've made an executable decision that the repo should have spaces with an indent
size of 4. This is now added to the settings.json.
* The 'out' folder is now excluded in settings.json so you won't see it show up in your directory tree.
* The 'node_modules' folder is now excluded from search. This has been bothering me for awhile.
2016-09-01 08:11:11 -07:00
Dustin Campbell
c980f13b17
Add basic tests and bootstrapping
2016-09-01 08:11:11 -07:00
Dustin Campbell
3b9e93583c
Move typings folder to root
2016-09-01 08:11:11 -07:00
Dustin Campbell
65fc99b866
Add dev dependency for mocha
2016-09-01 08:11:11 -07:00
Dustin Campbell
ed6ea8c14f
Merge pull request #737 from sixpindin/master
...
fix to support legacy options
2016-09-01 07:42:19 -07:00
Chuck Ries
ea83d030b5
Merge pull request #736 from kamszyc/patch-1
...
Add Linux Mint 18 case to switch statement
2016-08-30 16:45:41 -07:00
sixpindin
1323f026a0
fix to support legacy options
2016-08-31 00:20:17 +01:00
Kamil Szyc
b7a41cc221
Add Linux Mint 18 case to switch statement
...
/etc/os-release file on LM18:
NAME="Linux Mint"
VERSION="18 (Sarah)"
ID=linuxmint
ID_LIKE=ubuntu
PRETTY_NAME="Linux Mint 18"
VERSION_ID="18"
HOME_URL="http://www.linuxmint.com/ "
SUPPORT_URL="http://forums.linuxmint.com/ "
BUG_REPORT_URL="http://bugs.launchpad.net/linuxmint/ "
UBUNTU_CODENAME=xenial
2016-08-30 20:40:11 +02:00
Dustin Campbell
bdd4dcac40
Merge pull request #734 from DustinCampbell/merge-release-into-master
...
Merge readme changes into master and set version to 1.5.0-beta1
2016-08-29 15:13:56 -07:00
Dustin Campbell
8c53000c8a
Update master version to 1.5.0-beta1
2016-08-29 14:14:37 -07:00
Dustin Campbell
edef5c2d24
Update readme.md for 1.4.0
2016-08-29 14:10:51 -07:00
Dustin Campbell
916436e2c3
Merge pull request #727 from DustinCampbell/update-version
...
v1.4.0-beta8 -> v1.4.0-beta9
2016-08-27 12:29:14 -07:00
Dustin Campbell
f731afca92
v1.4.0-beta8 -> v1.4.0-beta9
2016-08-27 12:27:18 -07:00
Dustin Campbell
379a006042
Merge pull request #726 from DustinCampbell/fix-encoding
...
Specify '--encoding utf-8' when launching OmniSharp server
2016-08-27 12:22:03 -07:00
Dustin Campbell
dc774dc854
Update to OmniSharp v1.9-beta14
2016-08-27 11:34:52 -07:00
Dustin Campbell
006f9d31e9
Specify utf-8 as the encoding used for communication with OmniSharp
2016-08-27 10:14:19 -07:00
Dustin Campbell
1f7ff07c88
Fix whitespace in server.ts
2016-08-27 10:02:08 -07:00
Chuck Ries
077d758ef9
Merge pull request #722 from chuckries/master
...
update clrdbg package
2016-08-26 13:50:15 -07:00
Dustin Campbell
353279461b
Merge pull request #723 from DustinCampbell/fix-zero-projects-label
...
Fix typo causing '0 projects' to be displayed when open a solution
2016-08-26 13:42:07 -07:00
Dustin Campbell
08a7565daf
Fix typo causing '0 projects' to be displayed when open a solution
2016-08-26 13:35:51 -07:00
Chuck Ries
184526ee5b
update clrdbg package
2016-08-26 13:33:39 -07:00
Dustin Campbell
07daf4ecbd
Merge pull request #721 from DustinCampbell/omnisharp-disable
...
Add 'omnisharp.autoStart' option that allows users to control whether OmniSharp is started automatically or not
2016-08-26 13:14:04 -07:00
Dustin Campbell
276dbdd729
Add 'omnisharp.autoStart' option that allows users to control whether OmniSharp is started automatically or not
2016-08-26 11:52:28 -07:00
Dustin Campbell
941e99bb12
Merge pull request #719 from ivanz/ivan-fix-keywords-highlighting
...
Highlight various keywords
2016-08-26 11:09:51 -07:00
Ivan Zlatev
cb2a1ebfd7
Highlight various keywords
2016-08-26 19:03:52 +01:00
Dustin Campbell
bfa72b95e3
Merge pull request #720 from DustinCampbell/omnisharp-logging
...
Improve OmniSharp server logging
2016-08-26 11:00:59 -07:00
Dustin Campbell
bac456cbbb
Tweak indent string generation slightly to make greggm smile
2016-08-26 10:45:35 -07:00