-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
"Go Live" is no displayed. #160
Comments
@tori-333 No, there is no change in |
Entering the "http://localhost:5050/" in the "Open with Live Server" command will cause a long error on the development tool's console. console.ts:136 [Extension Host] WARNING: Promise with no error callback:5 I do not know the reason why the "Go Live" button is not displayed. Sorry, Because I do not understand English, this sentence was translated by Goole. |
What is the your vscode version? |
VSCode version is 1.24.0 |
Please give a screenshot of your Vscode workspace. |
I'm not change settings. |
Strange! This is part of vscode api, it should not be null. Anyway, I'need more info.
|
I am thinking of giving up. |
Yaa, I was right. This line is null. vscode-live-server/src/workspaceResolver.ts Lines 5 to 6 in 7b955c5
But this is the part of vscode api, how it could be null...!! Really Strange issue. Can you show me a screenshot of explorer (ctrl+shift+E) window of vscode? |
@ritwickdey I think null is producing from here. vscode-live-server/src/workspaceResolver.ts Lines 42 to 46 in 7b955c5
|
"Go Live" button was displayed! When you display explorer with Ctrl + Sfhit + E and add folder, "Go Live" button is displayed! It seems to be a problem that no folder was registered in my workspace. The problem was solved. Thank you. |
@rjoydip, but why? vscode-live-server/src/workspaceResolver.ts Lines 4 to 16 in 7b955c5
This is null. |
Hi @tori-333 , Great. just for a asking, what doing mean by "It seems to be a problem that no folder was registered in my workspace.". What you did? |
Sorry. I English very bad. The folder did not exist in the workspace. |
@ritwickdey Give a checking that whether workshop has any folder then apply map. |
yaa! it's one of the edge cases. Ok. Live Server will prompt an error msg from next update. |
Hi @tori-333, Can you tell me what is written in explorer window (last screenshot) of vscode. (after the keyword "JS-COLLAGE" and below of it) |
JS-Collage(ワークスペース) まだフォルダーをワークスペースに追加していません。 フォルダーの追加 It's OK? |
Sometimes, relaunch vscode could fix the issue. Don't know why but it worked. |
my vscode not lunching |
i mean after installing the live server. |
I just got the issue by simply opening a saved workspace file that had no folder added. I had to add the same folder that the workspace file was in was in to get the Live Server button to appear. |
here is the display message of my VS code |
Thanks a lot 🙏🏻 |
I am very begginer with vs code. Please can anyone ecplain in more elaborated form. this would be a great help. |
It depends.. The html file and cos file must be in a folder first.
Then you can Go live.
…On Tue, May 19, 2020, 6:36 AM omrajsharma ***@***.***> wrote:
I am very begginer with vs code. Please can anyone ecplain in more
elaborated form. this would be a great help.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#160 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AK6VM5QVVRLJO5RJEG2AJV3RSILHDANCNFSM4FFKYB6A>
.
|
Note.
The ritwickdey Vscode Live Server is an extension. You add to your Vs Code
in other to view your written code in the web browser.
…On Tue, May 19, 2020, 11:10 PM Solomon Omolade ***@***.***> wrote:
It depends.. The html file and cos file must be in a folder first.
Then you can Go live.
On Tue, May 19, 2020, 6:36 AM omrajsharma ***@***.***>
wrote:
> I am very begginer with vs code. Please can anyone ecplain in more
> elaborated form. this would be a great help.
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <#160 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AK6VM5QVVRLJO5RJEG2AJV3RSILHDANCNFSM4FFKYB6A>
> .
>
|
I had my go live button displayed before I upgraded my visual studio code and since then my go live button disappeared, I've uninstalled and re installed the live server more than 10 times and still nothing is working,pls I need help asap |
Try right clicking on the code. You might find the go live option there..
…On Thu, May 21, 2020, 10:36 AM phemmyjunior ***@***.***> wrote:
I had my go live button displayed before I upgraded my visual studio code
and since then my go live button disappeared, I've uninstalled and re
installed the live server more than 10 times and still nothing is
working,pls I need help asap
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#160 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AK6VM5R65JB4DVWFCEI5IGDRSTY2LANCNFSM4FFKYB6A>
.
|
No it's not there even when I clicked open with live server,nothing happened |
What's difference between workspace and folder in VSCode ? |
I was facing the same issue, I installed live server extension , which was not present and it worked. |
I'm also new here and had the same issue, Here's how i solve this issue. Then select the folder that your working on. and then you can now see the Go Live button at the bottom. Hope this helps. |
when i click on live server ,then this is not working |
I installed Live Server but it's not running, It does not display "Go live " on the taskbar. P.S other live Preview worked except live Server |
"Go Live" is no displayed.
Since it was displayed until a few days ago, was there any change in version upgrade?
The "Open with Live Server" command displays an entry field but has no guidance as to what to enter.
live server version 5.0.0
The text was updated successfully, but these errors were encountered: