Skip to content

Commit cae13e6

Browse files
authored
Merge pull request #264 from IanButterworth/patch-1
add dev note to readme
2 parents a004904 + 129c991 commit cae13e6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,7 @@ getstore(ssi::SymbolServerInstance, environment_path::AbstractString)
3535
Loads the symbols for the environment in `environment_path`. Returns a tuple, where the first element is a return status and the second element a payload. The status can be `:success` (in which case the second element is the new store), `:canceled` if another call to `getstore` was initiated before a previous one finished (with `nothing` as the payload), or `:failure` with the payload being the content of the error stream of the client process.
3636

3737
This function is long running and should typically be called in an `@async` block.
38+
39+
## Development of the VSCode extension
40+
41+
See https://github.com/julia-vscode/julia-vscode/wiki for information on how to test this package with the VSCode extension

0 commit comments

Comments
 (0)