Open

Description
Version info:
- OS: Microsoft Windows 11 Pro 10.0.22621 Build 22621
- Bitburner: v2.5.0 (b87b8b4be)
- NPM: 9.8.1
- Commit: 4136ab7
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
- Start watch with command
npm run watch
- Start Bitburner
- Connect via
Options > Remote API > Connect
on port12525
- From Bitburner, confirm the presence of files and non-empty folders of the root
src
directory in the typename-template install usingls
. - From Windows Powershell (non-admin) in the root
src
directory, issue the commands:
5.1mkdir test
5.2cp .\template.ts test\
- In Bitburner, confirm that the folder
test/
and filetemplate.ts
were synced. - From Windows Powershell in the root
src
folder, issue the commandrm -r test
. - From Bitburner, perform another
ls
Notes
- Steps 5 and 7 can be performed from File Explorer to the same effect.
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.
Metadata
Metadata
Assignees
Labels
No labels
Activity