node-html-parser 0.1.1

Fast HTML parser for Rust & WASM producing a lightweight DOM with CSS selector querying.
Documentation
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/javascript-node-postgres
{
	"name": "mmstudio/dev",
	"dockerComposeFile": "./docker-compose.yml",
	"service": "app",
	"workspaceFolder": "/mm",
	// "postCreateCommand": "pnpm i --prefer-offline && pnpm dev",
	"customizations": {
		"vscode": {
			"extensions": [
				"aaron-bond.better-comments",
				"albymor.increment-selection",
				"bierner.markdown-mermaid",
				"bpruitt-goddard.mermaid-markdown-syntax-highlighting",
				"eamodio.gitlens",
				"eightHundreds.vscode-mindmap",
				"gera2ld.markmap-vscode",
				"hediet.vscode-drawio",
				"jebbs.plantuml",
				"mm.mmstudio",
				"nopeslide.vscode-drawio-plugin-mermaid",
				"oderwat.indent-rainbow",
				"quicktype.quicktype",
				"rust-lang.rust-analyzer",
				"season-studio.felis-mindmap",
				"tamasfe.even-better-toml",
				"vadimcn.vscode-lldb",
				"vscode-icons-team.vscode-icons"
			],
			"settings": {
				"workbench.remoteIndicator.showExtensionRecommendations": false,
				"remote.downloadExtensionsLocally": true,
				"plantuml.render": "PlantUMLServer",
				"plantuml.server": "https://www.plantuml.com/plantuml",
				"editor.suggestSelection": "recentlyUsedByPrefix",
				"git.enableSmartCommit": true,
				"files.eol": "\n",
				"explorer.confirmDelete": false,
				"git.confirmSync": false,
				"git.autofetch": true,
				"files.autoSave": "onFocusChange",
				"explorer.confirmDragAndDrop": false,
				"typescript.updateImportsOnFileMove.enabled": "always",
				"editor.insertSpaces": false,
				"editor.autoIndent": "none",
				"editor.detectIndentation": false,
				"editor.codeActionsOnSave": {
					"source.fixAll.eslint": "explicit",
					"source.organizeImports": "never"
				},
				"editor.formatOnSave": true,
				"editor.wordWrap": "on",
				"explorer.incrementalNaming": "smart",
				"extensions.ignoreRecommendations": false,
				"javascript.updateImportsOnFileMove.enabled": "always",
				"typescript.preferences.importModuleSpecifier": "relative",
				"editor.renderWhitespace": "all",
				"editor.linkedEditing": true,
				"breadcrumbs.enabled": true,
				"files.associations": {
					"*.json": "jsonc",
					"data": "sql"
				},
				"terminal.integrated.shellIntegration.enabled": true,
				"json.format.keepLines": true,
				"markdown-pdf.mermaidServer": "https://cdn.staticfile.net/mermaid/10.7.0/mermaid.min.js",
				"vsintellicode.modify.editor.suggestSelection": "recentlyUsedByPrefix",
				"editor.inlineSuggest.suppressSuggestions": true,
				"terminal.integrated.suggest.enabled": true,
				"debug.inlineValues": "on"
			}
		}
	}
}