Skip to content
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

VS Code Integration? #2791

Open
roblarsen opened this issue Jun 30, 2022 · 5 comments
Open

VS Code Integration? #2791

roblarsen opened this issue Jun 30, 2022 · 5 comments

Comments

@roblarsen
Copy link
Member

Is there something we can do there? Don't mind me, I'm just looking for interesting stuff to do as I try to amp up my OS contributions over this summer.

@roblarsen roblarsen changed the title VC Code Integration? VS Code Integration? Jul 1, 2022
@RealPIEGamer
Copy link

RealPIEGamer commented Aug 12, 2022

Do you mean the web version of VS Code for a website? if so, an IFrame should theoretically work.

@Ngeti258
Copy link

Ngeti258 commented Sep 5, 2022

i would like to help

@ankit7248
Copy link

I would like to help on VS Code intergration

@roblarsen roblarsen reopened this Nov 1, 2022
@roblarsen
Copy link
Member Author

Someone did something already. How did I not know this?

https://marketplace.visualstudio.com/items?itemName=sidthesloth.html5-boilerplate

@roblarsen
Copy link
Member Author

It's browsehappy era!

	"html5-boilerplate" : {
		"prefix": "html5-boilerplate",
		"body" : [
			"<!DOCTYPE html>",
			"<!--[if lt IE 7]>      <html class=\"no-js lt-ie9 lt-ie8 lt-ie7\"> <![endif]-->",
			"<!--[if IE 7]>         <html class=\"no-js lt-ie9 lt-ie8\"> <![endif]-->",
			"<!--[if IE 8]>         <html class=\"no-js lt-ie9\"> <![endif]-->",
			"<!--[if gt IE 8]>      <html class=\"no-js\"> <!--<![endif]-->",
			"<html>",
			"\t<head>",
			"\t\t<meta charset=\"utf-8\">",
			"\t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">",
			"\t\t<title>$1</title>",
			"\t\t<meta name=\"description\" content=\"\">",
			"\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">",
			"\t\t<link rel=\"stylesheet\" href=\"$2\">",
    		"\t</head>",
    		"\t<body>",
        	"\t\t<!--[if lt IE 7]>",
            "\t\t\t<p class=\"browsehappy\">You are using an <strong>outdated</strong> browser. Please <a href=\"#\">upgrade your browser</a> to improve your experience.</p>",
			"\t\t<![endif]-->",
			"\t\t$3",
			"\t\t<script src=\"$4\" async defer></script>",
			"\t</body>",
			"</html>"
		],
		"description": "A very basic HTML5 boiler plate code."
	}
}```

@h5bp h5bp deleted a comment from SarafatKhan May 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants