mvextensions / mvbasic

MultiValue Basic extension for Visual Studio Code
MIT License
30 stars 16 forks source link

[BUG] Add Line Comment on SSH session inserts \* #158

Closed stuboydl closed 3 years ago

stuboydl commented 3 years ago

When editing over an SSH Remote session, using the Add Line Comment command inserts \*

To Reproduce

  1. Install MS Remote - SSH extension
  2. Install MV Basic extension
  3. Connect to linux host through ssh and start editing a file with mvbasic language mode.
  4. Use Ctrl-/ or Ctrl+K,Ctrl+C or F1 - Add Line Comment
  5. Line is prefixed with \* (backslash asterisk)

Expected behavior Line should be prefixed with * (asterisk only)

Screenshots image

Versions of applicable software

kpowick commented 3 years ago

You may be able to change this in the file language-configuration.json.

Screenshot 2021-08-17 at 1 35 46 PM

You should find that file in the extensions folder of your VS Code installation, under the subfolder mvextensions.mvbasic-2.1.x/client

stuboydl commented 3 years ago

Thanks - that works for local changes but not for an SSH session.

stuboydl commented 3 years ago

Changed on the remote ~/.vscode-server/extension...

itsxallwater commented 3 years ago

Glad you got this sorted! Thanks for the assist @kpowick.