Code Monkey home page Code Monkey logo

vscode-pont's Issues

插件还能用么?

最新版的vscode,插件装上去,已经没有statusbar,也没见有pont的生成

Win10系统,VSCode安装【pont】拓展,报错

报错如下:

Cannot read property 'local' of undefined
Failed to install 'jasonhzq.vscode-point'
image

OUTPUT输出如下:

[2019-04-19 17:17:11.373] [sharedprocess] [info] Installing extension: jasonhzq.vscode-pont
[2019-04-19 17:17:11.381] [sharedprocess] [info] Scanned user extensions: 11
[2019-04-19 17:17:11.731] [sharedprocess] [info] Downloaded extension: jasonhzq.vscode-pont C:\Users\ADMINI~1\AppData\Local\Temp\fba726c9-f44a-45b8-84a0-076930a74edc
[2019-04-19 17:17:12.485] [sharedprocess] [error] Failed to install extension: jasonhzq.vscode-pont ENOENT: no such file or directory, open 'C:\Users\Administrator.vscode\extensions.jasonhzq.vscode-pont-0.1.59\node_modules\pont-engine\lib\services\ide\mods\dataPortalPage\getProduct*.js'
image

备注

VSCode的插件市场中,其它拓展插件,安装并无问题。

2.3版本生成数据错误

export class Result<T0 = any> {
    /** 错误码 */
    code: string;

    /** 具体内容 */
    data: boolean; // 这里应该是T0

    /** 当code 返回 REDIRECT 前端跳转url */
    locationUrl: string;

    /** 提示信息 */
    msg: string;

    /** 接口成功 */
    success: boolean;
  }

这个result是套在所有请求外面的,data是请求的具体结果

换成1.8版本的插件,再次生成的代码是正常的

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.