Skip to content

tasks: accept symbolic links for local*.sh #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

Merged
merged 2 commits into from
May 3, 2024

Conversation

matttbe
Copy link
Contributor

@matttbe matttbe commented May 1, 2024

First, thank you for this extension! I'm now trying VSCode for the kernel dev, and this extension seems to help to set up stuff! (I'm using a docker image to build the kernel in a separate dir and start the VM, but I should be able to use it thanks to a local*.sh script :) )

In some cases, it might be useful to use symbolic links for the local*.sh files, e.g. to use one from another repository where the file can be tracked and even shared.

Switching from -type to -xtype will do the trick: -xtype checks the type of the file that -type does not check.

matttbe added 2 commits May 1, 2024 18:14
In some cases, it might be useful to use symbolic links for the
local*.sh files, e.g. to use one from another repository where the file
can be tracked and even shared.

Switching from -type to -xtype will do the trick: -xtype checks the type
of the file that -type does not check.

Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
Because they are the ones users can add.

Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
@FlorentRevest FlorentRevest merged commit c445960 into FlorentRevest:main May 3, 2024
@FlorentRevest
Copy link
Owner

Nice! Thank you :D

@matttbe matttbe deleted the local-symb branch May 3, 2024 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants