We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cad73c commit dc355b9Copy full SHA for dc355b9
.vscode/launch.json
@@ -0,0 +1,16 @@
1
+{
2
+ // Используйте IntelliSense, чтобы узнать о возможных атрибутах.
3
+ // Наведите указатель мыши, чтобы просмотреть описания существующих атрибутов.
4
+ // Для получения дополнительной информации посетите: https://go.microsoft.com/fwlink/?linkid=830387
5
+ "version": "0.2.0",
6
+ "configurations": [
7
+ {
8
+ "name": "Docker remote proxy",
9
+ "type": "python",
10
+ "request": "launch",
11
+ "program": "src/main.py",
12
+ "console": "integratedTerminal",
13
+ "justMyCode": true
14
+ }
15
+ ]
16
+}
0 commit comments