C
C#9mo ago
Padoru

❔ I need help setting up VS Code for the Web

blobthumbsup
24 Replies
FusedQyou
FusedQyou9mo ago
That's unfortunate. Considering you provided no context as to what you tried, or what possible issues are, I can only assume this was some sort of announcement. Good luck.
Padoru
Padoru9mo ago
ok wait emm i havent tried anything because i cant find any tutorial or anything online therefore i havent ran into any issues either the youtube videos talk about how to get vscode web but then the first step is to install vsc and the issue here is that i cant download anything on my chromebook somebody here told me vscode web is still possible but he doesnt know how to set it up so yeah do you need anything more Ok downloads i try to get gives me error 404 my chromebook is Version 77.03865.120 (Official Build) (32-bit)
Pobiega
Pobiega9mo ago
uhm Chromebooks don't allow local installation of anything (unless a custom OS has been installed), and are thus terrible choices for learning to code You might get away with doing cloud-based coding for the very simple stuff, using services like repl.it
Padoru
Padoru9mo ago
oh in conclusion i was fooled?!
Buddy
Buddy9mo ago
Hence why ChromeOS is bad.
Padoru
Padoru9mo ago
yeah
Buddy
Buddy9mo ago
there is https://vscode.dev/ but pretty much nothing is allowed. You can however set up a VPS and SSH into it
Angius
Angius9mo ago
Github codespaces is a thing I think everybody has access to them now Create a repo, open a codespace on it, and you get a small Linux VM with the in-browser instance of VS Code connected to it
Padoru
Padoru9mo ago
hold on
Padoru
Padoru9mo ago
do i need this
No description
Angius
Angius9mo ago
If you're just starting, no IntelliCode maybe Also, apparently, you can enable Linux development on a Chromebook: https://www.androidauthority.com/linux-on-chromebook-1139944/
Padoru
Padoru9mo ago
doubt It'll work on mine but I'll try
Padoru
Padoru9mo ago
there's no developer mode first of all
No description
Buddy
Buddy9mo ago
Which version are you on?
If it is lower than version 69, click on the Check for updates button to the right of the version information. Wait for the update to download and complete, and restart the Chromebook when prompted.
Padoru
Padoru9mo ago
here @Networking is a pain save me pls
Buddy
Buddy9mo ago
Hmm lol. Maybe they've changed it.
First, make sure you back up and save any important files stored on your device. Enabling Developer Mode wipes all locally stored data, which can’t be restored. It’s the same as factory resetting your Chromebook.
https://www.androidauthority.com/how-to-enable-developer-mode-on-a-chromebook-906688/ Jeez, ChromeOS truly does suck
Padoru
Padoru9mo ago
what the fish
No description
Padoru
Padoru9mo ago
is this supposed to happen though
No description
Padoru
Padoru9mo ago
the error on top
Buddy
Buddy9mo ago
absolutely no clue, never owned a ChromeOS (for good reason, lol)
Padoru
Padoru9mo ago
I'll give it 10 minutes
Buddy
Buddy9mo ago
Read the drawbacks too
You lose your local data when enabling or disabling Developer Mode. There’s a particular risk when disabling it, since an accidental press of the Spacebar at the wrong time is all you need to lose your data once again. Making continuous backups if you’re working on something important is recommended.
Don't press spacebar when the screen that says OS verification is off shows up.
Padoru
Padoru9mo ago
yeah i have no data lol i dont care zzzz 30 minutes nothing happenz might be because this is not a personal chromebook but i did powerwash it before and apparently it should release the administrator but idk tho
Accord
Accord9mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server
More Posts
✅ Win32 EnumFontFamiliesEx doesn't call the callback I provideI wrote a class to test if a WPF font is fixed width. But the only way I could find to do that was ❔ WPF Button is only 2 pixels wide at runtime and I don't know whyI have the following control in my WPF form: ```XAML <Button x:Name="btnGeneralConnectionEnableI✅ Allowing a WPF property to be either `string`, `FlowDocument`, or `Block[]`, but that's itI'm working on a control where I want a property to be flexible. If they pass a `string`, I want to❔ SignalRHi, Seeking for help. hehehe , i don't know if this correct way to implement signal in js without ✅ Closing first terminal, opening second terminal```cs // in file A var p = new Process(); p.StartInfo.FileName = "test.exe"; p.Start(); // in file ❔ Unable to load shared library 'winhttp.dll' when trying to use httpClient on debianSource: https://github.com/Bluscream/battlebitapirunner-modules/blob/master/modules/GeoApi.cs#L78 R❔ Best way to store ENV Variable in IIS Hosted Blazor?Hey so i am trying to add a env variable, a sort of API key, in IIS, i know i need to use configurat❔ Looking for an AutoFixture struct customization workaroundHello, Autofixture's `.Do()` customization doesn't work with value types which makes sense because ❔ i need some help getting out of loop```cpp do { try { Console.WriteLine(); Console.WriteLine("please enter one Using global variablesI have a quick question, say i have a variable named moneyOwed and i wanted to display that on any s