You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2021. It is now read-only.
Typing the following to start importing a package:
import "p"
Creates an unclearable error that after completion/removal of the import line results in:
Error Unable to get content: FileSystemException: Cannot open file, path= `/path/to/project/web/p' (OS Error: No such file or directory, errno = 2)
This also creates an error for every character. For example, typing:
import "pac"
will result in an error for file "p", "pa" and "pac".
Recover requires either disabling/enabling dart-tools or restarting Atom (if so many exist that the application nearly freezes).
Currently on Kubuntu 14.04, Atom 1.0.2, dart-tools 0.9.23 with the following additional packages:
autoclose-html
file-icons
git-plus
go-plus
go-rename
highlight-selected
linter
linter-js-standard
minimap
pigments
The text was updated successfully, but these errors were encountered:
Typing the following to start importing a package:
import "p"
Creates an unclearable error that after completion/removal of the import line results in:
Error Unable to get content: FileSystemException: Cannot open file, path= `/path/to/project/web/p' (OS Error: No such file or directory, errno = 2)
This also creates an error for every character. For example, typing:
import "pac"
will result in an error for file "p", "pa" and "pac".
Recover requires either disabling/enabling dart-tools or restarting Atom (if so many exist that the application nearly freezes).
Currently on Kubuntu 14.04, Atom 1.0.2, dart-tools 0.9.23 with the following additional packages:
The text was updated successfully, but these errors were encountered: