There was an error while loading. Please reload this page.
2 parents a76bda1 + c655423 commit add15c3Copy full SHA for add15c3
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