Skip to content

Commit b063c42

Browse files
author
Jenkins CI
committed
Changes from 0.18.97
1 parent 78b5e11 commit b063c42

File tree

6 files changed

+13
-9
lines changed

6 files changed

+13
-9
lines changed

.devcontainer/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM node:20.14.0-bookworm
2-
ENV PS_VERSION=0.17.52 \
3-
URSIM_VERSION=0.15.88 \
4-
SDK_VERSION=6.2.44
2+
ENV PS_VERSION=0.18.97 \
3+
URSIM_VERSION=0.16.123 \
4+
SDK_VERSION=6.3.97
55
SHELL ["/bin/bash", "-c"]
66

77
RUN set -ex; \

.devcontainer/devcontainer.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
],
1515
"onCreateCommand": "sudo chmod 666 /var/run/docker.sock",
1616
"updateContentCommand": {
17-
"setOwnership": "sudo chown -R dev:dev ${containerWorkspaceFolder} /ursim-polyscopex-0.15.88 /sdk-polyscopex-6.2.44"
17+
"setOwnership": "sudo chown -R dev:dev ${containerWorkspaceFolder} /ursim-polyscopex-0.16.123 /sdk-polyscopex-6.3.97"
1818
},
1919
"postCreateCommand": {
20-
"prepareUrsim": "sudo rm -f run-simulator && ln -s /ursim-polyscopex-0.15.88/run-simulator ${containerWorkspaceFolder}",
21-
"prepareSdk": "sudo rsync -ac --info=progress2 --exclude=install.sh --exclude=readme.txt /sdk-polyscopex-6.2.44/ ${containerWorkspaceFolder}",
20+
"prepareUrsim": "sudo rm -f run-simulator && ln -s /ursim-polyscopex-0.16.123/run-simulator ${containerWorkspaceFolder}",
21+
"prepareSdk": "sudo rsync -ac --info=progress2 --exclude=install.sh --exclude=readme.txt /sdk-polyscopex-6.3.97/ ${containerWorkspaceFolder}"
2222
},
2323
"postStartCommand": "sudo chmod 666 /var/run/docker.sock",
2424
"containerEnv": {
@@ -35,7 +35,10 @@
3535
"settings": {
3636
"angular.languageServer.trace": "messages",
3737
"angular.languageServer.useBundled": true,
38-
"angular.forceStrictTemplates": true
38+
"angular.forceStrictTemplates": true,
39+
"yaml.schemas": {
40+
"manifest-spec-19.6.14.json": ["manifest.yaml"]
41+
}
3942
},
4043
"extensions": [
4144
"Angular.ng-template",
@@ -47,7 +50,7 @@
4750
"ms-python.python",
4851
"ms-vscode.vscode-typescript-next",
4952
"redhat.vscode-xml",
50-
"redhat.vscode-yaml",
53+
"redhat.vscode-yaml"
5154
]
5255
}
5356
}
-4.64 KB
Binary file not shown.
4.75 KB
Binary file not shown.

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
samples/**
22
urcap-generator/**
33
newurcap.sh
4-
run-simulator
4+
run-simulator
5+
manifest-spec-*.json

0 commit comments

Comments
 (0)