Skip to content

Commit

Permalink
Setup Vscode workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
philipprochazka committed Aug 31, 2024
1 parent c5533cd commit e1f62fb
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 1 deletion.
40 changes: 40 additions & 0 deletions .vscode/LazyAdmin.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{"folders": [
{
"path": ".."
},
{
"path": "../../LazyAdmin.gh-pages"
},
],
"settings": {
"editor.autoClosingComments": "languageDefined",
"editor.autoClosingBrackets": "languageDefined",
"editor.autoClosingDelete": "never",
"files.autoSave": "onFocusChange",
"editor.fontSize": 14,
"editor.fontFamily": "Consolas, 'Courier New', monospace",
"editor.tabSize": 4,
"editor.renderWhitespace": "selection",
"editor.cursorStyle": "line",
"editor.multiCursorModifier": "ctrlCmd",
"editor.insertSpaces": true,
"editor.wordWrap": "off",
"files.exclude": {
"**/.Obsidian": true,
"**/.makemd":true,
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true
},
"search.exclude": {
"**/.makemd":true,
"**/.git": true,
"**/node_modules": true,
"**/bower_components": true,
"**/*.code-search": true
},
}
}
13 changes: 13 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"recommendations": [
"ms-vscode.powershell",
"mechatroner.rainbow-csv",
"unifiedjs.vscode-remark",
"yzhang.markdown-all-in-one",
"aaron-bond.better-comments",
"eamodio.gitlens",
"usernamehw.errorlens",
"sleistner.vscode-fileutils",
"streetsidesoftware.code-spell-checker"
]
}
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Anotation

This repository contains a number of scripts that I have written or enhanced to make day-to-day life easier for system administators. These are provided for free to the community under an MIT License. An explantion or guide on how to use the scripts can be found on my blog LazyAdmin.nl
This repository contains a number of scripts that I have written or enhanced to make day-to-day life easier for system Administrators. These are provided for free to the community under an MIT License. An explanation or guide on how to use some of the scripts can be found on Origin LazyAdmin.nl

# Download the contents of this repository to your workstation.
To use a script you can copy it onto your workstation and open the PowerShell window in that location. To read more about running PowerShell scripts, you can read this article: https://lazyadmin.nl/powershell/run-a-powershell-script/
Expand Down
15 changes: 15 additions & 0 deletions browserslistrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[dev]
last 1 chrome versions
last 1 firefox versions
last 1 safari versions

[production]
last 2 Firefox versions
last 2 Chrome versions
last 2 Safari versions
last 2 Edge versions
last 1 ios_saf versions
last 1 and_chr versions
last 1 samsung versions


0 comments on commit e1f62fb

Please sign in to comment.