GithubHelp home page GithubHelp logo

Comments (2)

librae8226 avatar librae8226 commented on April 23, 2024

抱歉带来的不便
我也有遇到,你可以临时这样 hack 一下 😅
~/.vscode/extensions/alios.alios-studio-0.6.6 目录下,做如下修改,然后重启 vs code

diff --git a/src/yang-sdk/main.js b/src/yang-sdk/main.js
index a41520e..42c1582 100644
--- a/src/yang-sdk/main.js
+++ b/src/yang-sdk/main.js
@@ -24,9 +24,9 @@ module.exports = {
         if (!fsPlus.isDirectorySync(dir)) {
             return {error: 1, msg: 'path is not a directory!'};
         }
-        if (options.toolChain && !fsPlus.existsSync(path.join(dir, `arm-none-eabi-gcc${process.platform === 'win32' ? '.exe' : ''}`))) {
-            return {error: 1, msg: 'path is not a tool chain directory!'};
-        }
+//      if (options.toolChain && !fsPlus.existsSync(path.join(dir, `arm-none-eabi-gcc${process.platform === 'win32' ? '.exe' : ''}`))) {
+//          return {error: 1, msg: 'path is not a tool chain directory!'};
+//      }
         if (options.version) {
             let filePath = path.join(dir, 'kernel', 'rhino', 'rhino.mk'),
                 pkg = fsPlus.existsSync(filePath) && fs.readFileSync(filePath, {encoding: 'utf-8'}),

因为 AliOS-Studio 在快速迭代中,这个问题关系到一些设计上的完善,等正式 fix 以后我们再来 close 该 issue

from alios-things.

junjiec avatar junjiec commented on April 23, 2024

最新版本IDE已经修复

from alios-things.

Related Issues (20)

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.