Skip to content
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

works with watchman, renameFile not works. #331

Open
chaozwn opened this issue Mar 20, 2024 · 1 comment
Open

works with watchman, renameFile not works. #331

chaozwn opened this issue Mar 20, 2024 · 1 comment

Comments

@chaozwn
Copy link

chaozwn commented Mar 20, 2024

First of all, A very huge thank you. and then during use, I found that the renaming function does not work properly, and the other related dependent files cannot be modified correctly.

Screen.Recording.2024-03-20.at.17.18.46.mov
@chaozwn
Copy link
Author

chaozwn commented Mar 20, 2024

my watchman log:
[Info - 5:17:37 PM] watchman watching project: /Users/jayce.zhao/workspace/vue_project/hello_world
[Info - 5:17:37 PM] subscribing "/package.json" in /Users/jayce.zhao/workspace/vue_project/hello_world
[Info - 5:17:37 PM] subscribing "
/{.prettierrc,.prettierrc.json,.prettierrc.json5,.prettierrc.yaml,.prettierrc.yml,.prettierrc.toml,.prettierrc.js,.prettierrc.cjs,package.json,prettier.config.js,prettier.config.cjs,.editorconfig}" in /Users/jayce.zhao/workspace/vue_project/hello_world
[Info - 5:17:37 PM] subscribing "/.eslintr{c.js,c.yaml,c.yml,c,c.json}" in /Users/jayce.zhao/workspace/vue_project/hello_world
[Info - 5:17:37 PM] subscribing "
/.eslintignore" in /Users/jayce.zhao/workspace/vue_project/hello_world
[Info - 5:17:37 PM] subscribing "/package.json" in /Users/jayce.zhao/workspace/vue_project/hello_world
[Info - 5:17:37 PM] subscribing "
/.json" in /Users/jayce.zhao/workspace/vue_project/hello_world
[Info - 5:17:37 PM] subscribing "/[tj]sconfig.json" in /Users/jayce.zhao/workspace/vue_project/hello_world
[Info - 5:17:37 PM] subscribing "
/package.json" in /Users/jayce.zhao/workspace/vue_project/hello_world
[Info - 5:17:37 PM] subscribing "**/
.{ts,tsx,mts,cts,js,jsx,mjs,cjs}" in /Users/jayce.zhao/workspace/vue_project/hello_world
[Info - 5:17:38 PM] subscribing "**/*.{js,cjs,mjs,ts,cts,mts,jsx,tsx,json,vue}" in /Users/jayce.zhao/workspace/vue_project/hello_world
[Info - 5:18:51 PM] file change detected: {
"subscription": "b1facda0-e69a-11ee-b752-21aead56b950",
"root": "/Users/jayce.zhao/workspace/vue_project/hello_world",
"clock": "c:1710899678:91209:28:243",
"is_fresh_instance": false,
"files": [
{
"name": "src/components/Demo.vue",
"size": 202,
"new": false,
"exists": false,
"type": "f",
"mtime_ms": 1710925562999,
"ctime_ms": 1710925961022
},
{
"name": "src/components",
"size": 320,
"new": false,
"exists": true,
"type": "d",
"mtime_ms": 1710926331104,
"ctime_ms": 1710926331104
},
{
"name": "src/components/Demo1.vue",
"size": 202,
"new": true,
"exists": true,
"type": "f",
"mtime_ms": 1710925562999,
"ctime_ms": 1710926331104
}
],
"unilateral": true,
"since": "c:1710899678:91209:28:242",
"version": "2024.01.22.00"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant