Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): bump @vscode/vsce from 2.21.0 to 2.21.1 in /code #649

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions code/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/mocha": "^10.0.1",
"@types/node": "^16.18.36",
"@types/vscode": "1.78.0",
"@vscode/vsce": "^2.21.0",
"@vscode/vsce": "^2.21.1",
"mocha": "^10.2.0",
"path-browserify": "^1.0.1",
"ts-loader": "^9.4.4",
Expand Down
2 changes: 1 addition & 1 deletion docs/lsp/editors/nvim-lspconfig/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ end
-- Attempt to find a virtualenv that the server can use to build the docs.

local function find_venv()

-- If there is an active virtual env, use that
if vim.env.VIRTUAL_ENV then
return { vim.env.VIRTUAL_ENV .. "/bin/python" }
Expand Down
2 changes: 1 addition & 1 deletion lib/esbonio/CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This somewhat quiet release marks the end of the ``0.x`` series as development h
In fact this release includes a sneaky preview of the ``1.0`` version of the server - which includes support for multi-root projects!
If you are feeling adventurous and want to try it out - change the command you use to launch ``esbonio`` to ``python -m esbonio.server``

However, to set expectations there are <em>many</em> missing features from the preview server.
However, to set expectations there are <em>many</em> missing features from the preview server.
The only features currently available are sphinx builds, diagnostics, document symbols and live preview/sync scrolling - but they should all work across multiple roots/projects!

See `this issue <https://github.com/swyddfa/esbonio/issues/609">`__ for more information and if you want to submit any feedback and keep an eye out for some beta releases in the not-to-distant-future!
Expand Down
Loading