-
Notifications
You must be signed in to change notification settings - Fork 0
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
[CLOSED] Implement node-module add-on for native Windows file watching #266
Comments
I've reviewed Jeff's changes and they look great. I'm fine with merging this change just as soon as PR #6686 is reviewed and ready to merge. |
I see more references to "Brackets-node" when I search brackets-shell:
UPDATE: Sorry, I should have cleaned that up before I pasted it in. |
@JeffryBooher did you want to respond to @redmunds comment? My response would be that we don't need to change all name instances since this is a Windows-only (and possibly a temporary) fix. |
Sorry, I pasted that list before I cleaned it up. The only references I'm concerned about are the ones in Brackets.vcxproj |
@redmunds did you run |
No. That was it. |
Wednesday Jan 29, 2014 at 17:41 GMT
Originally opened as adobe#413
Fixes brackets issue #6551- "[File Watchers] Can not externally rename a directory with subfolders on Windows"
Requires associated pull request #6686 from brackets repo.
Calling a native node-module add-on in Windows requires that the node process be named "node.exe", rather than our renamed "Brackets-node.exe". This change reverts our previous renaming so that we ship with "node.exe" instead.
NOTE: this pull request against the
release
branch replaces the earlier PR #412 againstmaster
.bchintx included the following code: https://github.com/adobe/brackets-shell/pull/413/commits
The text was updated successfully, but these errors were encountered: