David Anthoff

Results 315 issues of David Anthoff

Now somewhat functional. The general idea is that one can add ```julia @testitem "Name of test item" begin end ``` anywhere in the Julia code, and then the test runner...

enhancement

I looked into the new test API, played around a bit with it [here](https://github.com/julia-vscode/julia-vscode/pull/2350) and generally started to think how we might best integrate. Here are my current thoughts. #...

enhancement

https://marketplace.visualstudio.com/items?itemName=donjayamanne.python-environment-manager is really nice, we could do something similar. But I think before we do that, we first need https://github.com/julia-vscode/julia-vscode/issues/502.

enhancement
area-repl

Alright, I think this is ready to be merged. My plan is to then continue building the test feature on top of this. But in terms of process, it would...

This is the LS side of things for https://github.com/julia-vscode/julia-vscode/pull/2350. TODO: - [ ] Enable this only when we know the client can handle these messages - [ ] Make the...

We could have a code action on each warning/error diagnostic that says "This is incorrect, file an issue with the devs" that then makes it easy to send the code...

enhancement

From [crash reporting](https://portal.azure.com/#blade/AppInsightsExtension/DetailsV2Blade/ComponentId/%7B%22Name%22%3A%22julia-vscode%22%2C%22SubscriptionId%22%3A%226803c4ed-bcb4-41d4-bceb-7faf5e7a3469%22%2C%22ResourceGroup%22%3A%22Default%22%7D/DataModel/%7B%22eventId%22%3A%22413cf7b2-6538-11ea-bdc4-5bf5a63cfddc%22%2C%22timestamp%22%3A%222020-03-13T14%3A37%3A50.930Z%22%2C%22cacheId%22%3A%2220f3b128-2132-4027-82f4-d3de0fe22123%22%2C%22eventTable%22%3A%22exceptions%22%7D). More info in the link. Stack trace: ``` ArgumentError: at unsafe_convert (c.jl216) at stat(::String) (stat.jl67) at isfile (stat.jl311) at process(::LanguageServer.JSONRPC.Request{Val{Symbol("textDocument/definition")},LanguageServer.TextDocumentPositionParams}, ::LanguageServerInstance) (.\scripts\languageserver\packages\LanguageServer\src\requests\features.jl116) at run(::LanguageServerInstance) (.\scripts\languageserver\packages\LanguageServer\src\languageserverinstance.jl233) at top-level...

bug

This is an attempt to come up with a roadmap/plan for our cloud indexing, multi-environment and live environment enhancements. All of these features are pretty intertwined, so this is an...

enhancement

Turns out that for example the github extension will open files that do not exist on disc via `didOpen`, with a URI that starts with `pr:`. So I think in...

bug

My proposal here would be the following: - we never add a file to the `server._documents` collection if that file is outside of the current workspace, _unless_ we receive a...

discussion