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

0.25.0 (file search preview 1)

Pre-release
Pre-release
Compare
Choose a tag to compare
@mkloubert mkloubert released this 08 Jun 01:05
· 56 commits to master since this 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)