Description:
Command Palette → Github Copilot: Collect Diagnostics
- Version: 1.187.0
- Build: prod
<!-- The following are the Bookmarks .html generated file from browser's by EstebanMqz | |
It was updated the 6th of May, it's private and contains valuable information/resources | |
to import/export to other browsers & mobile devices.--> | |
<!DOCTYPE NETSCAPE-Bookmark-file-1> | |
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"> | |
<TITLE>Bookmarks</TITLE> | |
<H1>Bookmarks</H1> | |
<DL><p> | |
<DT><H3 ADD_DATE="1623469904" LAST_MODIFIED="1715023541" PERSONAL_TOOLBAR_FOLDER="true">Bookmarks bar</H3> |
{ | |
"python.pythonPath": "C:\\ProgramData\\Anaconda3\\python.exe", | |
"python.autoComplete.extraPaths": [ | |
"C:\\ProgramData\\Anaconda3\\Lib\\site-packages" | |
], | |
"python.analysis.extraPaths": [ | |
"C:\\ProgramData\\Anaconda3\\Lib\\site-packages" | |
], | |
"python.envFile": "${workspaceFolder}/.env" | |
} |
Regex .sh to generate a Google Lighthouse Web-Audit for an HTML file in cwd for the git remote (if any).
#!/bin/bash
# Regex shell script to execute a Google Lighthouse Audit for the HTML file in the cwd for the git remote repository.
Note: Their usage is intended to automate docstrings in cwd of several scripts with an .ext at once.
#Pre-built module
import glob
import os
def docstring(repository, requirements, author, license, environment):