There was an error while loading. Please reload this page.
1 parent 2356b38 commit c655423Copy full SHA for c655423
1 file changed
.docker/inshellisense/Dockerfile
@@ -1,5 +1,6 @@
1
-FROM node:22-alpine
+FROM node:22-bookworm
2
3
-RUN npm install -g @microsoft/inshellisense@0.0.1-rc.21
+RUN npm install -g @microsoft/inshellisense
4
+RUN inshellisense reinit
5
6
ENTRYPOINT ["inshellisense"]
0 commit comments