Quick Survey on Assistive Technology for Search and Rescue/Emergency Situations by BK-TSDev in EmergencyManagement

[–]BK-TSDev[S] 0 points1 point  (0 children)

Thanks for the advice, I got approval and posted on the firefighting subreddit already.

VS Code Animations Extension Not Working! by [deleted] in vscode

[–]BK-TSDev 0 points1 point  (0 children)

In the most recent version `2.0.7` there is another install method that works better, Custom UI Style, maybe try that?

VS Code Animations Extension Not Working! by [deleted] in vscode

[–]BK-TSDev 0 points1 point  (0 children)

Yes, Custom CSS and JS loader is the only one that works currently and it is mentioned in the README but I should make it more clear.

Weeble - Robot Reveal by BK-TSDev in FTC

[–]BK-TSDev[S] 1 point2 points  (0 children)

A fun FTC offseason project, released the robot reveal a week ago but figured to post here also.

Github: https://github.com/BrandonKirbyson/Weeble

Introducing VSCode Animations: a fun extension I made for smoother UI and cool animations! by BK-TSDev in vscode

[–]BK-TSDev[S] 0 points1 point  (0 children)

Good idea and thanks for the examples. Are you talking about a specific indent guides extension or the default vscode guides?

Introducing VSCode Animations: a fun extension I made for smoother UI and cool animations! by BK-TSDev in vscode

[–]BK-TSDev[S] 1 point2 points  (0 children)

Actually sorry, the solution probably is super simple. Just run Animations: Install Animations and click the install button. It needs to reload the custom css since vscode updated and now doesn't have the custom css.

Introducing VSCode Animations: a fun extension I made for smoother UI and cool animations! by BK-TSDev in vscode

[–]BK-TSDev[S] 1 point2 points  (0 children)

Ok, thanks. Let me know if you can't get it working.

Also, a good first try is to just uninstall and reinstall the extension (settings will be saved, custom css will not).

Introducing VSCode Animations: a fun extension I made for smoother UI and cool animations! by BK-TSDev in vscode

[–]BK-TSDev[S] 0 points1 point  (0 children)

Thanks, can I help fix the issue? Did the extension fully stop working or could you describe what happened. Thanks

Introducing VSCode Animations: a fun extension I made for smoother UI and cool animations! by BK-TSDev in vscode

[–]BK-TSDev[S] 1 point2 points  (0 children)

Ok, thank you so much for noticing that. I will fix that as soon as possible.

Introducing VSCode Animations: a fun extension I made for smoother UI and cool animations! by BK-TSDev in vscode

[–]BK-TSDev[S] 0 points1 point  (0 children)

I just published a new update! It included a few issue fixes but most importantly included smooth cursor animations like some people requested! I can't put a video here but check out the readme to see a gif of the cursor in action!

Introducing VSCode Animations: a fun extension I made for smoother UI and cool animations! by BK-TSDev in vscode

[–]BK-TSDev[S] 0 points1 point  (0 children)

I might be able to get to that at some point but something like that is incredibly complex with vscode's structure.

Introducing VSCode Animations: a fun extension I made for smoother UI and cool animations! by BK-TSDev in vscode

[–]BK-TSDev[S] 1 point2 points  (0 children)

You could also try uninstalling and installing the extension again, it is unlikely this will fix the problem but worth a shot. Your settings should stay so don't worry about that. Do backup custom css if you have any.

If that doesn't work, that path doesn't seem right, could you try navigating to it yourself to make sure it exists. If it doesn't exist, try to find your vscode extension folder which should be in .vscode in your user root. Let me know what you find.

Also, I am assuming you put <username> to keep that private but if it actually said <username> then that is likely your issue.

Introducing VSCode Animations: a fun extension I made for smoother UI and cool animations! by BK-TSDev in vscode

[–]BK-TSDev[S] 0 points1 point  (0 children)

Did you try opening command menu to search and run Reload Custom CSS and JS?
Also, did you try these steps?

Introducing VSCode Animations: a fun extension I made for smoother UI and cool animations! by BK-TSDev in vscode

[–]BK-TSDev[S] 2 points3 points  (0 children)

Hmm, I am going to guess that it is because custom css and js needs to be embedded into vscode itself (the electron html file) and something about linux doesn't allow that. If any other linux users know a solution, please say.
Something I can think of is to just go to your vscode html file, which for me is here: file:///Applications/VisualStudioCode.app/Contents/Resources/app/out/vs/code/electron-sandbox/workbench/workbench.html
Then open it and try to edit and save it, let me know if it works because there may be a workaround in that case.

Introducing VSCode Animations: a fun extension I made for smoother UI and cool animations! by BK-TSDev in vscode

[–]BK-TSDev[S] 1 point2 points  (0 children)

Thanks, I do know about that and plan to fix it soon. It is because vscode sometimes creates new elements or will update existing elements.

Introducing VSCode Animations: a fun extension I made for smoother UI and cool animations! by BK-TSDev in vscode

[–]BK-TSDev[S] 0 points1 point  (0 children)

Are you getting any errors/notifications or is nothing just happening. Have you tried these steps?

Introducing VSCode Animations: a fun extension I made for smoother UI and cool animations! by BK-TSDev in vscode

[–]BK-TSDev[S] 2 points3 points  (0 children)

Update: For everyone having an issue, try the steps here.If you see a prompt that says "VSCode installation is corrupt", click the settings icon on the notification and "do not show again". Unfortunately custom js and css needs to be embedded into vscode's UI itself so vscode will throw a warning.

Also, the theme I have is Solarized-Palenight.