This file is used to help you navigate around in your project. You will want to install Tpope Vim Projections.
Create a new file .projections.json and put it in your root project directory and take the above code and put it in there.
| { | |
| "version": "0.2.0", | |
| "configurations": [ | |
| { | |
| "name": "Launch local", | |
| "type": "chrome", | |
| "request": "launch", | |
| "runtimeExecutable": "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome", | |
| "runtimeArgs": [ "--remote-debugging-port=9222" ], | |
| "url": "http://localhost:8081/dev.html#/location/cafe", |
| { | |
| "app/adapters/*.js": { | |
| "command": "adapter", | |
| "template": [ | |
| "// export default DS.{capitalize}Adapter.extend();" | |
| ] | |
| }, | |
| "app/components/*.js": { | |
| "command": "component", |
This file is used to help you navigate around in your project. You will want to install Tpope Vim Projections.
Create a new file .projections.json and put it in your root project directory and take the above code and put it in there.
| { | |
| "app/initializers/*.js": { | |
| "type": "initializer" | |
| }, | |
| "app/services/*.js": { | |
| "type": "service" | |
| }, | |
| "app/models/*.js": { | |
| "type": "model", |
| adpyke.codesnap | |
| alefragnani.project-manager | |
| bradlc.vscode-tailwindcss | |
| catppuccin.catppuccin-vsc | |
| davidanson.vscode-markdownlint | |
| dbaeumer.vscode-eslint | |
| editorconfig.editorconfig | |
| eamodio.gitlens | |
| enkia.tokyo-night | |
| esbenp.prettier-vscode |