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

default models inside a map give a badly written path name back #68

Open
VinsiGit opened this issue Nov 10, 2023 · 1 comment
Open

default models inside a map give a badly written path name back #68

VinsiGit opened this issue Nov 10, 2023 · 1 comment
Labels
bug with workaround an annoying bug with a temporary hack to work around it while it's beeing fixed

Comments

@VinsiGit
Copy link
Collaborator

default models inside a map give the path of file back with a \ and not a / or \\
image
image

@rvion rvion added bug Something isn't working bug with workaround an annoying bug with a temporary hack to work around it while it's beeing fixed and removed bug Something isn't working labels Nov 10, 2023
@rvion
Copy link
Owner

rvion commented Nov 10, 2023

backslashes in typescript are not handled properly in completions

  • short term: manually fix all \ to '\' after triggering the completion
  • middle term: there will be a proper checkpoint picker soon
  • long term: I'll normalize those to / and convert them back at sending time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug with workaround an annoying bug with a temporary hack to work around it while it's beeing fixed
Projects
None yet
Development

No branches or pull requests

2 participants