Skip to content
This repository has been archived by the owner on Jun 30, 2020. It is now read-only.

Releases: mkloubert/vscode-remote-workspace

0.26.0 (file search preview 2)

11 Jun 00:59
Compare
Choose a tag to compare
Pre-release

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)

0.25.0 (file search preview 1)

08 Jun 01:05
Compare
Choose a tag to compare
Pre-release

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

File search

  • 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)