Git Product home page Git Product logo

Comments (13)

shanmax-code avatar shanmax-code commented on September 28, 2024

Same problem on VS 1.61 and 1.58 😓
PS: I'm on windows 11

from vscode-fluent-ui.

wizzymore avatar wizzymore commented on September 28, 2024

Same problem for me, after installing the extension i get the same error:

image

from vscode-fluent-ui.

TheOld avatar TheOld commented on September 28, 2024

Hi folks, thank you for that. I'll be looking into the issue soon.

from vscode-fluent-ui.

CyanSpeed avatar CyanSpeed commented on September 28, 2024

same problem
vscode 1.60.0, Win10 20H2

from vscode-fluent-ui.

TheOld avatar TheOld commented on September 28, 2024

Hi y'all.
I've published a new version with a possible fix for this issue.

Would you kindly test it out, please?

I don't have the Insider's version so can't test on that one at the moment. But I hope the fix will work for this version too. The What's New page seems to be the culprit, so I've removed it as it wasn't providing much anyways.

from vscode-fluent-ui.

chengnan049 avatar chengnan049 commented on September 28, 2024

Hi y'all.
I've published a new version with a possible fix for this issue.

Would you kindly test it out, please?

I don't have the Insider's version so can't test on that one at the moment. But I hope the fix will work for this version too. The What's New page seems to be the culprit, so I've removed it as it wasn't providing much anyways.

The problem is solved, but a new problem has emerged
image

from vscode-fluent-ui.

DimitrisMilonopoulos avatar DimitrisMilonopoulos commented on September 28, 2024

Hi y'all.
I've published a new version with a possible fix for this issue.
Would you kindly test it out, please?
I don't have the Insider's version so can't test on that one at the moment. But I hope the fix will work for this version too. The What's New page seems to be the culprit, so I've removed it as it wasn't providing much anyways.

The problem is solved, but a new problem has emerged
image

Click on settings and Just don't show again, this is an expected behavior as you gain permission to change vscode internal files for styling.

from vscode-fluent-ui.

chengnan049 avatar chengnan049 commented on September 28, 2024

from vscode-fluent-ui.

pavi2410 avatar pavi2410 commented on September 28, 2024

Still have the same problem. Using the latest versions of vscode and this extension.

from vscode-fluent-ui.

TheOld avatar TheOld commented on September 28, 2024

Still have the same problem. Using the latest versions of vscode and this extension.

You might have leftover code from the previous version. You might be able to fix by doing this:

  1. Go to the folder (Windows): C:\Users\<username>\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\code\electron-browser\workbench\
  2. Open the workbench.html file (you can use any editor if VSCode is not working at this point)
  3. Delete additional <script> tags from the file. They should be surrounded by Fluent-UI comments. If not, you'll want your workbench.html file to look like this:
<!-- Copyright (C) Microsoft Corporation. All rights reserved. -->
<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8" />


	</head>
	<body aria-label="">
	</body>

	<!-- Init Bootstrap Helpers -->
	<script src="../../../../bootstrap.js"></script>
	<script src="../../../../vs/loader.js"></script>
	<script src="../../../../bootstrap-window.js"></script>

	<!-- Startup via workbench.js -->
	<script src="workbench.js"></script>
</html>
  1. Uninstall the Fluent UI extension.
  2. Restart VSCode
  3. Follow the install instructions again.

Let me know if that doesn't fix your problem.

from vscode-fluent-ui.

pavi2410 avatar pavi2410 commented on September 28, 2024

You might have leftover code from the previous version.

Sorry if I wasn't clear. It was my first time install.

from vscode-fluent-ui.

notAperson535 avatar notAperson535 commented on September 28, 2024

@pavi2410 follow the instructions provided. The vscode update messed it up for me and the instructions fixed it.

from vscode-fluent-ui.

fisforfaheem avatar fisforfaheem commented on September 28, 2024

still not fixed? why

from vscode-fluent-ui.

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.