-
-
Notifications
You must be signed in to change notification settings - Fork 21
Added options to exclude filename extension and to exclude leading dot #5
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
Conversation
Added options to exclude filename extension and to exclude leading dot
|
Thanks man :) extensions really have been an annoyance. Did you run vsce package? |
|
Thanks to you for creating the package. I did run vsce package command and it worked fine. I didn't pushed the vsix file on the PR, let me know if you want me to do it on another PR. |
|
No need, I'll publish it. Just wanted to make sure you already use the updated version before me publishing :) On Tue, Mar 22, 2016 at 9:55 AM -0700, "Sebastián Rodríguez" notifications@github.com wrote: Thanks to you for creating the package. I did run vsce package command and it worked fine. I didn't pushed the vsix file on the PR, let me know if you want me to do it on another PR. — |
|
@jakob101. When will these options be available on the visual studio code marketplace ? |
|
Will do that next week :) On Wed, Apr 27, 2016 at 6:22 AM -0700, "Thor Kristian Valderhaug" notifications@github.com wrote: @jakob101. When will thise options be available on the visual studio code marketplace ? — |
|
@jakob101 Can you update the visual studio code marketplace soon |
|
Yes, I put it on my schedule for tomorrow. Will notify you whwn it's there. On Fri, Jun 3, 2016 at 2:40 PM -0700, "Thor Kristian Valderhaug" notifications@github.com wrote: @jakob101 Can you update the visual studio code marketplace soon — |
|
I still cant see the update in marketplace. Is thre a easy wqay for me to download this and use this branch insted of the official ? |
|
https://www.dropbox.com/s/3bgz83bw3qlxtw7/RelativePath-0.8.0.vsix?dl=0 This is the file for the builded version I've created. If I have some time I'll probably update the fork to vscode. In this page you have the necessary steps to manually install an extension: https://code.visualstudio.com/docs/extensions/install-extension |
|
@sebasrodriguez thank you for this! I was just opening this repository to add the "./.." -> "../" myself 😄 It seems this still isn't published to the extension marketplace, @jakob101 would you be able to do that? I would love to have this update in my IDE :) |
The diff looks bigger than it is, I just formatted the code a little bit. We are using this extension with systemjs and we really love it. We found ourselves removing the extension of the files over and over again and the same for the leading ./ which is not necessary when going up on a path.
I also updated some warnings that vscode showed when creating the file watcher.