Vscode Remote Workspace Versions Save

Multi protocol support for handling remote files like local ones in Visual Studio Code.

v0.26.0-preview2

5 years ago

File search preview 2

s. issue #8

  • minimum required VS Code version: 1.24
  • download VSIX file
  • select extension sidebar (CTRL + SHIFT + X)
  • click on More (icon in upper-right corner of the sidebar)
  • select Install from VSIX...
  • start VS Code with code --enable-proposed-api mkloubert.vscode-remote-workspace

Changes since 0.25.0 - file search preview 1

  • search caching (file and text searches)
  • added commands:
    • Remote Workspace: Clear All Search Caches ... (extension.remote.workspace.clearSearchCache)
    • Remote Workspace: Clear File Search Cache ... (extension.remote.workspace.clearFileSearchCache)
    • Remote Workspace: Clear Text Search Cache ... (extension.remote.workspace.clearTextSearchCache)

v0.25.0-preview1

5 years ago

File search preview 1

s. issue #8

  • minimum required VS Code version: 1.24
  • download VSIX file
  • select extension sidebar (CTRL + SHIFT + X)
  • click on More (icon in upper-right corner of the sidebar)
  • select Install from VSIX...
  • start VS Code with code --enable-proposed-api mkloubert.vscode-remote-workspace
  • should support everything

Text search in files

  • does only support simple text search
  • no RegEx
  • no word match
  • max file size 1 MB, because they are downloaded
  • no "binary files" (this has nothing to do with the filename ... the content is checked via isBinaryFile module)