vscode 编辑器属性没有提示
ajesses opened this issue · 8 comments
ajesses commented
ljj1998-git commented
有解决嘛?代码提示和类型校验都失效了
loosheng commented
如果你使用 pnpm ,在没有任何.npmrc
配置的的情况下,你将无法获得代码提示和类型校验,因为在顶层依赖中没有 @vue/runtime-core
.
有两种解决方案:
.npmrc
添加
shamefully-hoist=true # or public-hoist-pattern[]=@vue*
运行 pnpm i
- 使用
0.18.5
版本
runlong-yao commented
如果你使用 pnpm ,在没有任何
.npmrc
配置的的情况下,你将无法获得代码提示和类型校验,因为在顶层依赖中没有@vue/runtime-core
. 有两种解决方案:
.npmrc
添加shamefully-hoist=true # or public-hoist-pattern[]=@vue*
运行
pnpm i
- 使用
0.18.5
版本
thx
coder-sunshine commented
peerless-hero commented
coder-sunshine commented
antonySee commented
我降级到2.0.19也可以了,真是无语住了,三天两头不知道乱更新啥玩意,害得我以为配置问题,搞了半天都不行
chenchenpp commented
我降级到2.0.19也可以了,真是无语住了,三天两头不知道乱更新啥玩意,害得我以为配置问题,搞了半天都不行
降级是可以提示,但是组件的属性还是不能正常提示。。。