Information on your n8n setup
- n8n version: 1.103.2
- Database (default: SQLite): SQLite
- n8n EXECUTIONS_PROCESS setting (default: own, main): default
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- Operating system: Debian (Docker host)
Note: I am brand new to n8n, having searched for a way to automate a data flow between my self-hosted services. The usage will certainly expand as I learn but so far I am a complete beginner. Apologies if the question is obvious.
I would like to use my local vscode (on my laptop) to edit the Code Blocks on my remote, docker-powered instance of n8n.
I searched for an extension (the one I found – GitHub - ivov/n8n-utils: VSCode extension with utilities for n8n development – is apparently abandoned and does not have the “Launch” feature after installation) and for other solutions in the forum and elsewhere. It seems that the preferred way is to edit the files locally (either truly locally, or by mapping the volume via smb or similar) but it is not clear whether there is any hot reload of locally edited file.
I will test all of this but would prefer to get some insight before starting to do major configurations, to discover that there is a ready-to-use solution, or that it won’t work.