Skip to content

Commit e9af655

Browse files
committed
feat: update to include puyapy language server
1 parent 9bb5662 commit e9af655

File tree

14 files changed

+21
-14
lines changed

14 files changed

+21
-14
lines changed

examples/generators/production_python_smart_contract_python/.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,5 @@
5050
// On Windows, if execution policy is set to Signed (default) then it won't be able to activate the venv
5151
// so instead let's set it to RemoteSigned for VS Code terminal
5252
"terminal.integrated.shellArgs.windows": ["-ExecutionPolicy", "RemoteSigned"],
53+
"algorandPython.languageServer.enable": true,
5354
}

examples/generators/production_python_smart_contract_python/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ package-mode = false
1010
python = "^3.12"
1111
algokit-utils = "^4.0.0"
1212
python-dotenv = "^1.0.0"
13-
algorand-python = "^2.0.0"
14-
algorand-python-testing = "~0"
13+
algorand-python = "^3"
14+
algorand-python-testing = "^1"
1515

1616
[tool.poetry.group.dev.dependencies]
1717
algokit-client-generator = "^2.1.0"

examples/generators/production_python_smart_contract_typescript/.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,5 @@
5252
// On Windows, if execution policy is set to Signed (default) then it won't be able to activate the venv
5353
// so instead let's set it to RemoteSigned for VS Code terminal
5454
"terminal.integrated.shellArgs.windows": ["-ExecutionPolicy", "RemoteSigned"],
55+
"algorandPython.languageServer.enable": true,
5556
}

examples/generators/production_python_smart_contract_typescript/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ package-mode = false
1010
python = "^3.12"
1111
algokit-utils = "^4.0.0"
1212
python-dotenv = "^1.0.0"
13-
algorand-python = "^2.0.0"
14-
algorand-python-testing = "~0"
13+
algorand-python = "^3"
14+
algorand-python-testing = "^1"
1515

1616
[tool.poetry.group.dev.dependencies]
1717
black = {extras = ["d"], version = "*"}

examples/generators/starter_python_smart_contract_python/.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@
3131
// On Windows, if execution policy is set to Signed (default) then it won't be able to activate the venv
3232
// so instead let's set it to RemoteSigned for VS Code terminal
3333
"terminal.integrated.shellArgs.windows": ["-ExecutionPolicy", "RemoteSigned"],
34+
"algorandPython.languageServer.enable": true,
3435
}

examples/generators/starter_python_smart_contract_python/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ package-mode = false
1010
python = "^3.12"
1111
algokit-utils = "^4.0.0"
1212
python-dotenv = "^1.0.0"
13-
algorand-python = "^2.0.0"
14-
algorand-python-testing = "~0"
13+
algorand-python = "^3"
14+
algorand-python-testing = "^1"
1515

1616
[tool.poetry.group.dev.dependencies]
1717
algokit-client-generator = "^2.1.0"

examples/generators/starter_python_smart_contract_typescript/.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@
3434
// On Windows, if execution policy is set to Signed (default) then it won't be able to activate the venv
3535
// so instead let's set it to RemoteSigned for VS Code terminal
3636
"terminal.integrated.shellArgs.windows": ["-ExecutionPolicy", "RemoteSigned"],
37+
"algorandPython.languageServer.enable": true,
3738
}

examples/generators/starter_python_smart_contract_typescript/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ package-mode = false
1010
python = "^3.12"
1111
algokit-utils = "^4.0.0"
1212
python-dotenv = "^1.0.0"
13-
algorand-python = "^2.0.0"
14-
algorand-python-testing = "~0"
13+
algorand-python = "^3"
14+
algorand-python-testing = "^1"
1515

1616
[tool.poetry.group.dev.dependencies]
1717
puyapy = "*"

examples/production_python/.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,5 @@
5050
// On Windows, if execution policy is set to Signed (default) then it won't be able to activate the venv
5151
// so instead let's set it to RemoteSigned for VS Code terminal
5252
"terminal.integrated.shellArgs.windows": ["-ExecutionPolicy", "RemoteSigned"],
53+
"algorandPython.languageServer.enable": true,
5354
}

examples/production_python/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ package-mode = false
1010
python = "^3.12"
1111
algokit-utils = "^4.0.0"
1212
python-dotenv = "^1.0.0"
13-
algorand-python = "^2.0.0"
14-
algorand-python-testing = "~0"
13+
algorand-python = "^3"
14+
algorand-python-testing = "^1"
1515

1616
[tool.poetry.group.dev.dependencies]
1717
algokit-client-generator = "^2.1.0"

0 commit comments

Comments
 (0)