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
Same behaviour on linux. Also when moving folders.
Reconnecting ingame does not help. The deamon has do be restarted in order to get things working again.
Version info:
Issue
When deleting a folder using either File Explorer or command line, Bitburner loses sync with the src root directory in the typescript-template folder.
Steps to reproduce
npm run watch
Options > Remote API > Connect
on port12525
src
directory in the typename-template install usingls
.src
directory, issue the commands:5.1
mkdir test
5.2
cp .\template.ts test\
test/
and filetemplate.ts
were synced.src
folder, issue the commandrm -r test
.ls
Notes
Expected Behavior
Files and folders that were present in step 4 should still be available.
Actual Behavior
Files and folders that were previously present are no longer available in Bitburner even though they are present in the
src
folder.The text was updated successfully, but these errors were encountered: