Skip to content
Discussion options

You must be logged in to vote

Hi, I think this is a restriction from the shell. Please try wrapping the wildcard in quotes:

vectorcode vectorise "src/**/*.ts" -r

The quote will pass the wildcard to VectorCode, which bypasses the shell restriction. The -r flag means recursive, which will go through all sub-directories in src/.

You can also try putting the following content in a .vectorcode/vectorcode.include file (start from the project root):

src/**/*.ts

and run vectorcode vectorise without arguments.
This should have the same effect.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Ajaymamtora
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #64 on April 06, 2025 14:23.