Make sure all of your ide has a tm.yml file which is the configuration file for the extension. The file should be in the root of your project. The file should have the following structure:
capstoneId: 2 # This is the id of the capstone
capstoneName: Web Development # This is the name of the capstone
scripts:
run: bun run dev
build: bun run build
start: bun run start
test: bun run test