-
Notifications
You must be signed in to change notification settings - Fork 30.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Watcher does not pick up changes in webdav directory on windows #29804
Comments
@bpasero would this be a new feature? |
Yes, from a quick test it looks like we also did not support webdav folders 1.13 with the old watcher |
This iteration we focus on issue grooming. This issue is being closed to keep the number of issues in our inbox on a manageable level, we are closing issues that are not going to be addressed in the foreseeable future: We look at the number of votes the issue has received and the number of duplicate issues filed. More details here. If you disagree and feel that this issue is crucial: We are happy to listen and to reconsider. If you wonder what we are up to, please see our roadmap and issue reporting guidelines. Thanks for your understanding and happy coding! |
…plorer panel Gotta make it an actual list How to listen for changes? Polling? VSCode had an issue not listening for changes here: microsoft/vscode#29804 Maybe poll every 60s or something, and otherwise just listen for any local user events that could change the name of a file.
Fix up paths and query Add the file explorer component Show the notebooks directory contents in a basic format in the FileExplorer panel Gotta make it an actual list How to listen for changes? Polling? VSCode had an issue not listening for changes here: microsoft/vscode#29804 Maybe poll every 60s or something, and otherwise just listen for any local user events that could change the name of a file. WIP Add FileExplorerToolbar Got the WebdavExplorer working for showing the root list, need to make it react to click, create new files, etc Open file It will open the file, but doesn't actually load the contents yet. TODO: - Load file contents - Icons for items in the list - Directory support Load file Now you can click on a file, and it will open and you can run the file Enable saving a file WIP Rename to file-explorer Working on WebdavTileStorageTable Change WebdavFileExplorer => FileExplorer, implement WebdavFileStorage Makes FileExplorer more re-usable with other types of storage WIP adding back save as functionality Need to re-import the NewItemModal, and abstract it to just use FileStorage (right now it has some dependencies on TreeTables, etc). WIP adding the NewItemModal back
Testing #29478
Steps to Reproduce:
https://microsoft.sharepoint.com/teams/DD_OTP/Documents/Java and Open Tools/Node/test
. (For that example link, you have to addhttps://microsoft.sharepoint.com/
to your trusted websites. Try opening that link in IE on corpnet. Let me know if you need help with this step )Bug
Changes to the file as not reflected in vscode
The text was updated successfully, but these errors were encountered: