question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Would it be possible to support relative paths (for mappings, cfc folders & custom tags) in the .sublime-project file?

Example:

{
    "folders": [ { "path": "." } ],
    "mappings": [
        { "mapping": "/example", "path": "./path/to/example" }
    ]
}

so the path for the mapping would be relative to the location of the .sublime-project file?

This would make the sublime-project file more portable and easier to use for teams w/ people on different platforms.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:18 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
seancoynecommented, Jun 29, 2016

It did thanks for your help!

On Jun 28, 2016, at 9:09 PM, jcberquist notifications@github.com wrote:

I am hoping the last update fixed the file read issue, can you confirm?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

0reactions
jcberquistcommented, Jun 29, 2016

I am hoping the last update fixed the file read issue, can you confirm?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Absolute and Relative Paths
A link that has a relative path will be written to tell the computer how to get from the folder with the currently...
Read more >
Understanding Relative File Paths - Coding Rooms
A relative path describes the location of a file relative to the current (working) directory*. An absolute path describes the location from the ......
Read more >
Relative Paths - dtSearch Support
A relative path is a way to specify the location of a directory relative to another directory. For example, suppose your documents are...
Read more >
What are the differences between absolute and relative paths?
Relative paths allow applications and scripts to be largely self-contained. As long as the immediate environment is predictable, you can always ...
Read more >
HTML File Paths - W3Schools
A relative file path points to a file relative to the current page. In the following example, the file path points to a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found