Skip to content
Merged
Changes from 1 commit
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
14 changes: 14 additions & 0 deletions docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,17 @@ and `keybindings.json` files in order to spot some weird conflicts.
## Known Issues

- File browser (bound to `<spc> f f`) doesn't have a button to open local file with VSCode Remote

## For vscode-neovim users

After installing the extension, you only need to update `keybindings.json`, `settings.json` doesn't need to be updated.
After using the command `VSpaceCode: Configure Default Keybindings`,
refer to the [issues](https://github.com/VSpaceCode/VSpaceCode/issues/34#issuecomment-1155115164) and update `keybindings.json` "to complete the initial configuration:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
refer to the [issues](https://github.com/VSpaceCode/VSpaceCode/issues/34#issuecomment-1155115164) and update `keybindings.json` "to complete the initial configuration:
refer to the [issues](https://github.com/VSpaceCode/VSpaceCode/issues/34#issuecomment-1155115164) and update `keybindings.json` to complete the initial configuration:

there's just one "


```json
{
"key": "space",
"command": "vspacecode.space",
"when": "editorTextFocus && neovim.mode == normal"
},
```