addftool 0.2.2__py3-none-any.whl → 0.2.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- addftool/deploy/vscode_server.py +1 -1
- {addftool-0.2.2.dist-info → addftool-0.2.3.dist-info}/METADATA +1 -1
- {addftool-0.2.2.dist-info → addftool-0.2.3.dist-info}/RECORD +6 -6
- {addftool-0.2.2.dist-info → addftool-0.2.3.dist-info}/WHEEL +0 -0
- {addftool-0.2.2.dist-info → addftool-0.2.3.dist-info}/entry_points.txt +0 -0
- {addftool-0.2.2.dist-info → addftool-0.2.3.dist-info}/top_level.txt +0 -0
addftool/deploy/vscode_server.py
CHANGED
|
@@ -36,9 +36,9 @@ def deploy_vscode_server(install_tunnel=True):
|
|
|
36
36
|
# Start VS Code Tunnel if requested
|
|
37
37
|
if install_tunnel:
|
|
38
38
|
print("Starting VS Code Tunnel...")
|
|
39
|
-
execute_command("code tunnel --accept-server-license-terms")
|
|
40
39
|
|
|
41
40
|
print("VS Code installation completed successfully!")
|
|
41
|
+
print("You can start VS Code by running 'code' in the terminal., such as: \"code tunnel --accept-server-license-terms\"")
|
|
42
42
|
|
|
43
43
|
|
|
44
44
|
def add_deploy_vscode_server_args(parser):
|
|
@@ -8,12 +8,12 @@ addftool/util.py,sha256=zlNLu8Be8cGIpNRqBw8_0q7nFxWlsJ9cToN62ohjdXE,2335
|
|
|
8
8
|
addftool/deploy/__init__.py,sha256=UL8b-Idt7lStlMiOm8oTZ65fdzYz99Fgzq2Gaw8WsZc,1544
|
|
9
9
|
addftool/deploy/azure.py,sha256=_o_9Eh8cVwLDAqvfyRYBtQRHs_Gul-nCs2ZXttwO1bk,1301
|
|
10
10
|
addftool/deploy/ssh_server.py,sha256=f2T8fgwACVljPfdcimMywUjsFnLCWRde7iWPAILpRz8,5463
|
|
11
|
-
addftool/deploy/vscode_server.py,sha256=
|
|
11
|
+
addftool/deploy/vscode_server.py,sha256=tLtSvlcK2fEOaw6udWt8dNELVhwv9F59hF5DJJ-1Nak,2666
|
|
12
12
|
addftool/process/__init__.py,sha256=Dze8OrcyjQlAbPrjE_h8bMi8W4b3OJyZOjTucPrkJvM,3721
|
|
13
13
|
addftool/process/utils.py,sha256=JldxnwanLJOgxaPgmCJh7SeBRaaj5rFxWWxh1hpsvbA,2609
|
|
14
14
|
addftool/ssh/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
15
|
-
addftool-0.2.
|
|
16
|
-
addftool-0.2.
|
|
17
|
-
addftool-0.2.
|
|
18
|
-
addftool-0.2.
|
|
19
|
-
addftool-0.2.
|
|
15
|
+
addftool-0.2.3.dist-info/METADATA,sha256=LjfdP_1jJ0U2rBMd0DXdoDSmzfXtOpfrf17XX_LceT8,170
|
|
16
|
+
addftool-0.2.3.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
|
17
|
+
addftool-0.2.3.dist-info/entry_points.txt,sha256=9lkmuWMInwUAtev8w8poNkNd7iML9Bjd5CBCFVxg2b8,111
|
|
18
|
+
addftool-0.2.3.dist-info/top_level.txt,sha256=jqj56-plrBbyzY0tIxB6wPzjAA8kte4hUlajyyQygN4,9
|
|
19
|
+
addftool-0.2.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|