-
Issue Type: Bug
I updated my vscode version to 1.63.0 today. And it occur a mistake which is 'Missing dependency: jschardet' from the SVN expand. My vscode expand SVN is totally un work.Is anybody c…
-
Issue Type: Bug
❗️❗️❗️ Please fill in the sections below to help us diagnose the issue ❗️❗️❗️
**TypeScript Version:** 4.6.3
**Steps to reproduce crash**
1.
2.
3.
**TS Server Log**
❗️…
-
## Description
wxa 可以兼容 vant 组件库的 0.5.1 版本,但无法兼容最新的 1.5 版本。
## Environment
* Platform: 开发者工具
* Platform version: 开发者工具
* Wechat version: 无
* @wxa/cli2 version: 2.2.8
* @wxa/cor…
-
Hi, @qiu8310 Thanks for your awesome work for minapp vscode extension, It's useful for mini-program development.
I want take over qiu8310.minapp-vscode's maintenance work, I send you en email(qiuzho…
-
vscode配置文件如下:
```json
"minapp-vscode.wxmlFormatter": "prettier",
"minapp-vscode.prettier": {
"parser": "html",
"wrapLineLength": 120,
"wrapAttributes": "auto",
"useTabs": fals…
-
例如:`{{title}}`
保存后需要格式化为:`{{ title }}`
-
我在开发vue项目时,会自动添加分号,代码格式化配置如下:
```json
"minapp-vscode.disableAutoConfig": true,
"minapp-vscode.wxmlFormatter": "prettyHtml", //指定格式化工具
"minapp-vscode.prettyHtml": { //prettyHtml 默认配置
…
-
安装时弹出vscode版本不兼容的提示....
![图片](https://user-images.githubusercontent.com/469084/133573747-fba12071-f90a-42cb-847a-88817c15df7e.png)
-
https://github.com/wx-minapp/minapp-vscode/blob/167d33c11e7c61ff942cfe960249aa0dcb96d973/src/plugin/lib/ScriptFile.ts#L15
比如 wepy 官网的这个例子
```js
computed = {
aPlus () {
return …
muzea updated
3 years ago
-
**如何复现:**
步骤1:
更新插件版本到2.3.1
步骤2:
设置插件配置
"minapp-vscode.wxmlFormatter": "prettyHtml", // 指定格式化工具
"minapp-vscode.prettyHtml": {
// prettyHtml 默认配置
"useTabs": false,
"tabW…