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
4. Reopen vim, set some breakpoints with F9 and start with F5
329
+
330
+
#### With vscodium
331
+
Note: the workspace needs to be a trusted workspace, if you don't trust a big repo like yunohost, you can still copy src python directory into a trusted workspace...
332
+
333
+
1. Install python extension in vscodium
334
+
2. Setup a launch.json at the root of your workspace
335
+
```
336
+
{
337
+
// Utilisez IntelliSense pour en savoir plus sur les attributs possibles.
338
+
// Pointez pour afficher la description des attributs existants.
339
+
// Pour plus d'informations, visitez : https://go.microsoft.com/fwlink/?linkid=830387
0 commit comments