Code Monkey home page Code Monkey logo

umple-for-vscode's Issues

Deepface Lab

I’m using Deepface Lab on a virtual machine. When I click on "2) extract images from video data_src," the command window pops up and says "UNC paths are not supported. Defaulting to windows dictionary. The system path can’t be specified. Is not recognized by an internal or external command, or comparable file. Press any key to continue." I press any key then the window goes away. I installed three builds of the software but I am getting the same results. I’m using 64 gig laptop.

Activate Extension Fails When There Is A White Space In the Path to Extension

System: Windows 11
VS Code version: 1.82.2
Plugin version: 1.2.1

After installing the extension on vscode, if the path to digized.umple-{version} has a whitespace somewhere in the middle (usually caused by the user's root folder having a whitespace, e.g. My User), the jar xf command will take the path as two different arguments, and thus causes the extension not being able to find umple.jar.

Specifically, this produces the following error:

Activating extension 'digized.umple' failed: Command failed: cd c:\Users\My User\.vscode\extensions\digized.umple-1.2.1 && jar xf c:\Users\My User\.vscode\extensions\digized.umple-1.2.1\umple.jar en.error
java.util.zip.ZipException: zip END header not found
	at java.base/java.util.zip.ZipFile$Source.findEND(ZipFile.java:1618)
...
	at jdk.jartool/sun.tools.jar.Main.main(Main.java:1700)

Which cause the extension to have no callable actions:
image
And force-calling the actions with Ctrl + Shift + P will result in a command not found error:
image

Build will fail if ump file path contains a space

Using VS Code 1.35.1 on Mac OSX, my .ump file was saved in a folder that contained a space. As this was a local copy of my google drive content, the latter part of the path was, "~/Google Drive/Uni/Thesis/code"
The error message was:
File 'Google' referred to in use statement was not found

Moving the file so that there were no spaces in the path fixed the problem resulting in code generation and build working fine.

Umple compilation should behave the same way a Java compiler behaves

Description

When pressing "Compile Umple Code", a piece of code that contains an error is highlighted, but no message is present in the console (a message is present when hovering on the highlighted text). We want to have a message in the console that is similar to the one we see in Umple Online and the Java compiler in VS code.

Current Behaviour

Highlighted piece of problematic code:
image

When hovering over:
image

Wanted Behaviour

When running java code with java extension, an error is present in the console and when hovering over problematic code:
image

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.