-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] VSCode extension doesn't run simple file after switch to magic #3560
Comments
Could you try again but removing the |
I have uninstall modular and vs code for good measure to no avail. But VS code in the log window shows a strange path : /home/~/.modular/pkg/packages.modular.com_max/venv/bin/python /home and ~ don't go together! |
Would you be up to some zoom call any time this week to try to debug this? I might be able to figure out a solution that way. Otherwise, I'm kind of lost :( |
Hi,
Yes, starting from tomorrow (Thursday. 3/10).
I live in the UK, so it will probably be evening for me.
Lucian
…On Wed, 2 Oct 2024 at 00:18, Walter Erquinigo ***@***.***> wrote:
Would you be up to some zoom call any time this week to try to debug this?
I might be able to figure out a solution that way. Otherwise, I'm kind of
lost :(
—
Reply to this email directly, view it on GitHub
<#3560 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMSEMBRHX5OIUKG4P7UTHNDZZMUTNAVCNFSM6AAAAABPAW6GZ2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOBXGI2DONRSG4>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Cool, feel free to schedule a 15 min meeting on my calendar. My work email is walter@modular.com. I leave on the US East Coast |
I sent you an invite. L
…On Wed, 2 Oct 2024 at 17:25, Walter Erquinigo ***@***.***> wrote:
Cool, feel free to schedule a 15 min meeting on my calendar. My work email
is ***@***.*** I leave on the US East Coast
—
Reply to this email directly, view it on GitHub
<#3560 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMSEMBV5YNRRXOAWHDR5X4TZZQNABAVCNFSM6AAAAABPAW6GZ2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOBZGA4TKNRVGM>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Having a similar issue since a while ago and was too lazy to try and solve it. I've been programming like a caveman having to use control f to jump to function definitions ever since magic Getting an error I tried removing every declaration regarding Mojo from my Tried executing from the command palette select default MAX SDK and i get
~$ tree ~/.modular
$HOME/.modular
├── bin
│ └── magic
└── webUserId
1 directory, 2 files Current workaroundDowngrading with No idea if you just fixed it and that's why it worked.. PS: I thing formatting and basic docstring rendering and jumping to function definitions should still work even if there is no MAX SDK since these are all Mojo standards... And keep in mind I also would like to be able to develop software without an internet connection or a slow one, I still dislike bundling MAX and Mojo together since MAX is a library that I am not using so why punish with 300 megabytes that my 1-3 MiB/s connection takes minutes to download... |
I have a fix in mind for this, which will also stop forcing downloading the SDK over the internet all the time. Please give me a couple of days. |
@walter-erquinigo Thank you, clearing $MODULAR_HOME solved the issue. There is still a message about broken Crashpad:
But besides this everything is fine. |
I also still see:
This is a fresh docker image also. MODULAR_HOME is completely removed |
Disable telemetry and this goes away:
|
Did not help. Still getting |
Hi everyone. I'm the maintainer of the VS Code extension. I'm sorry for responding a bit late, but I live in Florida and these past 2 weeks have been very complicated because of the hurricane, but I'm back at work finally. |
Bug description
I am trying to run simplest file:
within project set up by
magic init mojo-examples --format mojoproject
The result is it looks like Mojo extension is not aware of anything:
Though it works through console as follows:
Steps to reproduce
System information
The text was updated successfully, but these errors were encountered: