You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm a vim user without debug for a while. One development activity is writing game with vscode, and use chrome for debug.
when I try to setup vim environment, there are too many configuration variable that I need learn and config, which is kinda annoying. This is not the thing for "lazy" coders.
isn't there a way to create default/template configurations for different patterns? take mine for example, can I only define the port number for chrome debugging?
Maybe like this:
user cd some directory and enter vim;
user trigger vimspector function in command, e.g. : "vimspector create-config";
a list show up, and user pick one of them;
a default json is created and user continue to edit for specific setups;
thx so much.
The text was updated successfully, but these errors were encountered:
sloppydevil
changed the title
Configuration setup is not friendly to new dummy users.
[Feature Request]: Configuration setup is not friendly to new dummy users.
Mar 1, 2022
I'm a vim user without debug for a while. One development activity is writing game with vscode, and use chrome for debug.
when I try to setup vim environment, there are too many configuration variable that I need learn and config, which is kinda annoying. This is not the thing for "lazy" coders.
isn't there a way to create default/template configurations for different patterns? take mine for example, can I only define the port number for chrome debugging?
Maybe like this:
thx so much.
The text was updated successfully, but these errors were encountered: