renovate[bot] on devdependencies
renovate[bot] on master
chore(deps): update dependency … (compare)
renovate[bot] on devdependencies
chore(deps): update dependency … (compare)
renovate[bot] on devdependencies
renovate[bot] on master
chore(deps): update devdependen… (compare)
renovate[bot] on wagoid-commitlint-github-action-5.x
chore(deps): update wagoid/comm… (compare)
renovate[bot] on devdependencies
chore(deps): update devdependen… (compare)
Hi,
after typing "../" i get a list of folders in that path. And when pressed "TAB" that folder path is entered in screen and the autocomplete closes automatically without showing the files in the newly navigated folder. so everytime i again have to delete a "/" and retype "/" in the screen to show the next list .
Any thoughts?
node_modules
even when atom is set Exclude VCS: false
import * from ‘./[autocomplete happens for just this directory]
. Obviously the killer feature of autocomplete-paths
is that you can just do import * from ‘MyFileName’
, and it figures out where in the directory tree that is. There appears to be nothing comparable to that in VSCode, which kind of boggles the mind.