Skip to content

Commit 88207c6

Browse files
committed
feat(extension): update to 1.3.0 with full specification capabilities including UI, AI, and IOP
1 parent 9573413 commit 88207c6

File tree

13 files changed

+267
-82
lines changed

13 files changed

+267
-82
lines changed

examples/premium_ui.prox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use UI;
1+
use std.ui;
22

33
App ProfessionalDashboard {
44
State user = "ProgrammerKR";

extension/node_modules/.package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extension/out/extension.js

Lines changed: 36 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extension/out/extension.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extension/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "proxpl",
33
"displayName": "ProXPL Language Support",
44
"description": "Syntax highlighting and language support for the ProXPL programming language",
5-
"version": "1.2.0",
5+
"version": "1.3.0",
66
"publisher": "ProXentix",
77
"repository": {
88
"type": "git",

extension/proxpl-1.2.0.vsix

120 KB
Binary file not shown.

extension/proxpl-1.3.0.vsix

13.2 MB
Binary file not shown.

0 commit comments

Comments
 (0)