Replies: 1 comment 3 replies
-
@jibbers42 I believe this is correct. However, do you want to test to see if using the POSIX style separator? That would have to be done through Dart Code extension, most likely, but if it does work, I think we can normalize under POSIX |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After updating to v3 on Windows, my vscode settings.json config changed from
"dart.flutterSdkPath": ".fvm/flutter_sdk",
to
"dart.flutterSdkPath": ".fvm\\versions\\3.16.9",
Will the change in slashes cause issues for teams that commit settings.json?
I don't have quick access to a *nix machine at the moment so I don't know if this an issue. There's a good chance it will just work, but I suppose it could break. A more annoying issue is that it may cause .git churn on this line.
I'm curious if it should always use forward slashes?
Beta Was this translation helpful? Give feedback.
All reactions