Граф коммитов

2095 Коммитов

Автор SHA1 Сообщение Дата
Ravi Chande 8d240c8958
Merge pull request #2582 from rchande/portTestFix
Make test less strict
2018-10-04 13:43:27 -07:00
Ravi Chande 8262fcdcf5 Make test less strict 2018-10-04 13:34:59 -07:00
Gregg Miskelly dfc4217327
Merge pull request #2572 from gregg-miskelly/1.16.2
Merge changes for 1.16.2 to release
2018-10-03 13:40:08 -07:00
Gregg Miskelly 99164af784
Merge pull request #2571 from gregg-miskelly/1.16.1
Push 1.16.1 changes to release branch
2018-10-02 20:54:56 -07:00
Gregg Miskelly c1de710f72 Update readme/changelog for 1.16.2 2018-10-02 18:25:03 -07:00
Gregg Miskelly cfc3346306 Make Virtual document tracking apply to specific scheme.
This cherry-pick`s commit fcdad6b673 from master

Details of the original fix:
- Also fixed issue where we'd attempt to initialize virtual documents before the project world was ready. This is an issue because virtual documents don't exist as part of the MSBuild piece of the project and therefore would more-often than not get put into the miscellaneous project on the server; resulting in bad IntelliSense.
- Fixed the diagnostic provider to also obey the new `virtualCSharp-*` scheme requirement
- Changed the default change forwarder to ignore virtual documents to ensure that it doesn't try and trigger any changes for them until the server is ready.

OmniSharp/omnisharp-vscode##2538
aspnet/Razor.VSCode#105
2018-10-02 17:45:27 -07:00
Akshita Agarwal b708aa160a PR 2540: Remove the bom from the data
This cherry-picks PR 2540 from master. Details of the change:

Fixes: #2521

We were getting the red flame because of a mono behavior, where if we set the encoding to UTF8 then a BOM(Byte Object Mark) is pushed into the stream (output as well as error) as the first character. In the extension we were listening to this input on the error stream and making the flame red.

So the workaround is to remove the "BOM" from the buffer and firing the "STDERR" event only if the length of the BOM is greater than 0.

This will also remove the stray character in the "OmniSharp" log that appears when using mono on Linux/Mac.
2018-10-02 17:45:20 -07:00
isidor a44a5eb132 If the config looks functional return it, otherwise force VSCode to open a configuration file
https://github.com/Microsoft/vscode/issues/54213
2018-10-02 17:39:14 -07:00
Gregg Miskelly 88a0a32687 Fix 'envFile' launch.json option on Windows
The 'workspaceFolder' subsitution logic was wrong for 'envFile', which broke the feature on Windows. This fixes it.
2018-10-02 17:39:13 -07:00
Gregg Miskelly 5ccab2ac58 Update package version to 1.16.2 2018-10-02 17:39:01 -07:00
Ravi Chande d2052713b6
Merge pull request #2518 from OmniSharp/rchande-patch-4
1.16.1-beta1 -> 1.16.1
2018-09-12 09:55:14 -07:00
Ravi Chande 416511dfae
1.16.1-beta1 -> 1.16.1 2018-09-12 09:41:26 -07:00
Ravi Chande cecafae5b5
Merge pull request #2517 from rchande/16.1-beta1
16.1-beta1
2018-09-12 08:45:59 -07:00
Ravi Chande d2ca2a015f
Merge branch 'master' into 16.1-beta1 2018-09-12 08:35:15 -07:00
Ravi Chande e707473168 16.1-beta1 2018-09-12 08:26:57 -07:00
Philipp A a813b0de2f Include error message in env file parsing error 2018-09-11 08:59:17 -07:00
Akshita Agarwal 88c42a486f
Merge pull request #2508 from akshita31/release_1.16.0
Update changelog and readme for 1.16.0
2018-09-10 19:30:39 -07:00
Akshita Agarwal 9ba04219ad Add the tag 2018-09-10 12:46:27 -07:00
Akshita Agarwal f0b213268a Update changelog and readme 2018-09-10 11:54:33 -07:00
Akshita Agarwal 4616f208d4
Merge pull request #2501 from OmniSharp/akshita31-patch-1
Update package.json for 1.16.0
2018-09-07 11:25:07 -07:00
Akshita Agarwal f0f270845e
Update package.json 2018-09-07 10:42:38 -07:00
Akshita Agarwal ab09d5ddbc
Merge pull request #2500 from rchande/omnisharp1.32.4
Update to omnisharp 1.32.4
2018-09-07 10:40:21 -07:00
Ravi Chande ac28217c03 Update to omnisharp 1.32.4 2018-09-07 10:29:40 -07:00
Akshita Agarwal 0c278ba616
Merge pull request #2477 from akshita31/update_testPlan
Add test plan for the misc files
2018-09-05 10:55:08 -07:00
Akshita Agarwal 32b4fb4c08
Merge branch 'master' into update_testPlan 2018-09-05 10:07:10 -07:00
Gregg Miskelly 2330359e35 Update debugger to 1-16-0 package
This updates the debugger to the 1.16.0 package and updates the changelog with the various debugger fixes.

This also updates the version to beta 4.
2018-08-30 15:31:41 -07:00
Akshita Agarwal f9698f664c Add test plan for the misc files 2018-08-29 11:27:42 -07:00
Akshita Agarwal 8817d8c895
Merge pull request #2476 from akshita31/update_omnisharp
Update omnisharp for the new release
2018-08-28 14:54:21 -07:00
Akshita Agarwal 8ff2d3b507 Update omnisharp for the new release 2018-08-28 14:23:40 -07:00
Akshita Agarwal 9b2e06e89d
Merge pull request #2388 from akshita31/preselect
Preselect feature in the completion item
2018-08-28 13:51:08 -07:00
Akshita Agarwal c0718c80af
Merge branch 'master' into preselect 2018-08-28 13:40:20 -07:00
Akshita Agarwal 250f028866
Merge pull request #2471 from akshita31/launch_config
Adding folders with Miscellaneous Cs files as Launch Targets
2018-08-28 13:40:00 -07:00
Akshita Agarwal 99cd0e0a86 Changelog update 2018-08-28 12:33:39 -07:00
Akshita Agarwal 5a16cdd7dc Make tests pass 2018-08-28 12:22:26 -07:00
Akshita Agarwal 0f7afeab35 Remove unnecessary using 2018-08-28 12:21:44 -07:00
Akshita Agarwal a792284d85 Use completion 2018-08-28 12:21:44 -07:00
Akshita Agarwal 94ad2be4aa Use completion class 2018-08-28 12:21:44 -07:00
Akshita Agarwal dfa7335a8b trial 2018-08-28 12:21:44 -07:00
Akshita Agarwal 44816002b7 update vscode version 2018-08-28 12:21:44 -07:00
Akshita Agarwal 993d30597b Add the preselect boolean 2018-08-28 12:20:59 -07:00
Akshita Agarwal e5d3b43201 Change package json
Add completion integration test

changes

Remove main function

Add tests for the completion provider
2018-08-28 12:20:59 -07:00
Akshita Agarwal 13e88af4af Add preselect to the protocol 2018-08-28 12:20:28 -07:00
Unknown 4bd398cb84 Add changelog update 2018-08-28 12:16:28 -07:00
Akshita Agarwal 179d23d87a PR feedback 2018-08-28 12:16:28 -07:00
Akshita Agarwal fca992f17e Add support for misc files 2018-08-28 12:16:28 -07:00
Akshita Agarwal f2e2177bfc
Merge pull request #2475 from rchande/16-beta3
1.16.0-beta3
2018-08-28 11:33:34 -07:00
Ravi Chande 3f16951994 1.16.0-beta3 2018-08-28 11:23:19 -07:00
Ravi Chande 8c6ecb3412
Merge pull request #2042 from rchande/enableMonoDebugging
Pass mono debugging options to omnisharp if the "waitfordebugger" option is set
2018-08-17 13:56:31 -07:00
Akshita Agarwal 2740048718
Merge branch 'master' into enableMonoDebugging 2018-08-17 13:46:19 -07:00
Akshita Agarwal c7b1d88288
Merge pull request #2465 from akshita31/fs_path
Use the fsPath instead of path in the virtual document tracker
2018-08-17 13:46:04 -07:00