Page 1 of 1

Developing packages with VS Code

Published: October 7, 2020 - 11:45 PM
by f4242
Hi,

I've never been a big fan of PyScripter. I understand that it's now possible to create packages with VS Code in a similar way to PyScripter. I installed VS Code and the VS Code Python extension on my PC. I modified the waptconsole.ini file to specify that I want to use VS Code. When I edit a package with the console, it does open VS Code, but I don't see shortcuts like install/uninstall/build-upload. Am I missing something?

Thanks

Re: Developing packages with VS Code

Published: October 15, 2020 - 6:19 PM
by dcardon
wapt version?

Re: Developing packages with VS Code

Published: October 21, 2020 - 3:43 PM
by f4242
Hi,

the version is 1.8.2.7267.

Re: Developing packages with VS Code

Published: October 23, 2020 - 12:40 PM
by dcardon
Hello f4242,
normally when creating a new package or editing an existing one, the .vscode directory containing the runtime configurations (install/build-upload and others) is created automatically. If the directory is missing, you should be able to copy it from another package.
Regards,
Denis