Include with relative path doesn't work
See original GitHub issueHi,
After the last update, all include with relative path are broken. I work on MacOS Mojave Exemple :
- workspace path : /Users/me/workspace
- file path : /Users/me/workspace/src/file.puml /Users/me/workspace/src/inc.puml
file “file.puml”
@startuml
!include inc.puml
@enduml
My error on vscode
Cannot include /Users/me/workspace/./inc.puml
Issue Analytics
- State:
- Created 5 years ago
- Comments:10 (4 by maintainers)
Top Results From Across the Web
img tag not working with relative path in src - Stack Overflow
So when I have url like http://127.0.0.1:7777/www/ then all my relative urls working but then I use it as http://127.0.0.1:7777/www (no "/" at ......
Read more >I cannot create relative path links - CSS - Codecademy Forums
I'm using a Safari browser. When I open the index.html file in the browser it looks as though the link to the css...
Read more >HTML File Paths - W3Schools
When using relative file paths, your web pages will not be bound to your current base URL. All links will work on your...
Read more >File path formats on Windows systems | Microsoft Learn
IO namespace include a path parameter that lets you specify an absolute or relative path to a file system resource. This path is...
Read more >Absolute and Relative Paths
Relative Paths · By prefixing the first slash (/) in the path with a single (.) dot, you are declaring that the path...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Please update to 2.9.7.
See also
README - Notice 1
:Latest version has changed the include files seach logic, it’s based on fixed path to workspace folder.
If you encounter include problem in your existed projects, to restore previous logic, please add following in workspace settings:
To new projects, it’s recommended to use fixed path, since it’s more easy to manage.
OK, soon I will provide the setting…