Compare commits
No commits in common. "033dd067b68ab10baeca53a4a1f730ac46d55050" and "13d6edff33a3c17afc5dc78c9bb98ddca77ac2c2" have entirely different histories.
033dd067b6
...
13d6edff33
@ -1,10 +0,0 @@
|
|||||||
---
|
|
||||||
name: 'Default'
|
|
||||||
about: 'Use this template if nothing seems to work.'
|
|
||||||
title: ':question: '
|
|
||||||
labels:
|
|
||||||
- question
|
|
||||||
---
|
|
||||||
#### :grey_question: Simply ask your question here: :grey_question:
|
|
||||||
|
|
||||||
<!-- Take your time an think about your problem.... -->
|
|
@ -1,48 +0,0 @@
|
|||||||
---
|
|
||||||
name: 'Bug'
|
|
||||||
about: 'This template is used to report bugs!'
|
|
||||||
title: ':lady_beetle: '
|
|
||||||
labels:
|
|
||||||
- bug
|
|
||||||
---
|
|
||||||
<!--
|
|
||||||
This bug report is ony for content provided in this repository!
|
|
||||||
|
|
||||||
- Make sure you're able to reproduce the error in the latest version of this package.
|
|
||||||
- Search of already existing issues.
|
|
||||||
- Refer to the known issues and FAQ section.
|
|
||||||
-->
|
|
||||||
|
|
||||||
#### :bomb: Steps to reproduce
|
|
||||||
|
|
||||||
```bash
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
#### :rocket: Expected behavior
|
|
||||||
|
|
||||||
```bash
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
#### :boom: Actual behavior
|
|
||||||
|
|
||||||
```bash
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
#### :notebook: Environment data
|
|
||||||
|
|
||||||
<!-- You can add additional environment data here--->
|
|
||||||
|
|
||||||
```bash
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
#### :framed_picture: Screenshots
|
|
||||||
|
|
||||||
<!-- Paste your screenshots here. -->
|
|
||||||
|
|
||||||
#### :bookmark: Refs
|
|
||||||
|
|
||||||
<!-- A place for additional references to other issues and PRs -->
|
|
@ -1,16 +0,0 @@
|
|||||||
---
|
|
||||||
name: 'Enhancement'
|
|
||||||
about: 'Wite about new features.'
|
|
||||||
title: ':flying_saucer: '
|
|
||||||
labels:
|
|
||||||
- issue/enhancement
|
|
||||||
---
|
|
||||||
<!-- This issue template is used to describe whished features. -->
|
|
||||||
|
|
||||||
#### :satellite: Suggestion
|
|
||||||
|
|
||||||
#### :artificial_satellite: Implementation ideas
|
|
||||||
|
|
||||||
#### :framed_picture: Mock-up Images
|
|
||||||
|
|
||||||
#### :bookmark: Refs.
|
|
@ -1,19 +0,0 @@
|
|||||||
#### :book: Summary
|
|
||||||
|
|
||||||
<!-- Provide a summary of your changes. Describe the why and not how. -->
|
|
||||||
|
|
||||||
#### :bookmark_tabs: Test Plan
|
|
||||||
|
|
||||||
> :bulb: Select your test plan for the code changes.
|
|
||||||
|
|
||||||
- [ ] Tested via CI pipeline
|
|
||||||
- [ ] Custom test
|
|
||||||
- [ ] No test plan
|
|
||||||
|
|
||||||
##### Details / Justification
|
|
||||||
|
|
||||||
<!-- Add your test details or justification for missing tests here. -->
|
|
||||||
|
|
||||||
#### :books: Additional Notes
|
|
||||||
|
|
||||||
<!-- A place for additional detail notes. -->
|
|
22
.vscode/cSpell.json
vendored
Normal file
22
.vscode/cSpell.json
vendored
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
// cSpell Settings
|
||||||
|
{
|
||||||
|
// Version of the setting file. Always 0.1
|
||||||
|
"version": "0.1",
|
||||||
|
// language - current active spelling language
|
||||||
|
"language": "en,de,de-DE",
|
||||||
|
// words - list of words to be always considered correct
|
||||||
|
"words": [],
|
||||||
|
// flagWords - list of words to be always considered incorrect
|
||||||
|
// This is useful for offensive words and common spelling errors.
|
||||||
|
// For example "hte" should be "the"
|
||||||
|
"flagWords": [],
|
||||||
|
"dictionaryDefinitions": [
|
||||||
|
{
|
||||||
|
"name": "default",
|
||||||
|
"path": "./dictionaries/default.txt"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"dictionaries": [
|
||||||
|
"default"
|
||||||
|
]
|
||||||
|
}
|
9
.vscode/extensions.json
vendored
9
.vscode/extensions.json
vendored
@ -1,10 +1,11 @@
|
|||||||
{
|
{
|
||||||
"recommendations": [
|
"recommendations": [
|
||||||
"editorconfig.editorconfig",
|
|
||||||
"eamodio.gitlens",
|
|
||||||
"streetsidesoftware.code-spell-checker",
|
"streetsidesoftware.code-spell-checker",
|
||||||
"streetsidesoftware.code-spell-checker-german",
|
"streetsidesoftware.code-spell-checker-german",
|
||||||
"bierner.emojisense",
|
"editorconfig.editorconfig",
|
||||||
"ryanluker.vscode-coverage-gutters"
|
"eamodio.gitlens",
|
||||||
|
"vscode-icons-team.vscode-icons",
|
||||||
|
"redhat.vscode-yaml",
|
||||||
|
"bierner.markdown-emoji",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
31
.vscode/settings.json
vendored
31
.vscode/settings.json
vendored
@ -9,21 +9,7 @@
|
|||||||
"editor.rulers": [
|
"editor.rulers": [
|
||||||
116
|
116
|
||||||
],
|
],
|
||||||
// cSpell settings for custom dictionary
|
|
||||||
"cSpell.enabled": true,
|
"cSpell.enabled": true,
|
||||||
"cSpell.caseSensitive": false,
|
|
||||||
"cSpell.maxNumberOfProblems": 100,
|
|
||||||
"cSpell.numSuggestions": 8,
|
|
||||||
"cSpell.minWordLength": 3,
|
|
||||||
"cSpell.allowCompoundWords": false,
|
|
||||||
"cSpell.ignorePaths": [
|
|
||||||
"package-lock.json",
|
|
||||||
"node_modules",
|
|
||||||
"vscode-extension",
|
|
||||||
".git/objects",
|
|
||||||
".vscode",
|
|
||||||
".vscode-insiders"
|
|
||||||
],
|
|
||||||
"cSpell.enabledLanguageIds": [
|
"cSpell.enabledLanguageIds": [
|
||||||
"c",
|
"c",
|
||||||
"cpp",
|
"cpp",
|
||||||
@ -44,14 +30,15 @@
|
|||||||
"yaml",
|
"yaml",
|
||||||
"yml"
|
"yml"
|
||||||
],
|
],
|
||||||
"cSpell.language": "en-US,de-DE",
|
"cSpell.language": "en,de,de-DE",
|
||||||
"cSpell.customDictionaries": {
|
"[yaml]": {
|
||||||
"project-words": {
|
"editor.insertSpaces": true,
|
||||||
"name": "project-words",
|
"editor.tabSize": 2,
|
||||||
"path": "${workspaceRoot}/.vscode/dictionaries/project-words.txt",
|
"editor.quickSuggestions": {
|
||||||
"description": "Words used in this project",
|
"other": true,
|
||||||
"addWords": true
|
"comments": false,
|
||||||
|
"strings": true
|
||||||
},
|
},
|
||||||
"custom": true
|
"editor.autoIndent": "full"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
117
.vscode/tasks.json
vendored
Normal file
117
.vscode/tasks.json
vendored
Normal file
@ -0,0 +1,117 @@
|
|||||||
|
// A task runner that invokes Pester to run all Pester tests under the
|
||||||
|
// current workspace folder.
|
||||||
|
// NOTE: This Test task runner requires an updated version of Pester (>=4.0.3)
|
||||||
|
// in order for the problemMatcher to find failed test information (message, line, file).
|
||||||
|
// If you don't have that version, you can update Pester from the PowerShell Gallery
|
||||||
|
// with this command:
|
||||||
|
//
|
||||||
|
// PS C:\> Update-Module Pester
|
||||||
|
//
|
||||||
|
// If that gives an error like:
|
||||||
|
// "Module 'Pester' was not installed by using Install-Module, so it cannot be updated."
|
||||||
|
// then execute:
|
||||||
|
//
|
||||||
|
// PS C:\> Install-Module Pester -Scope CurrentUser -Force
|
||||||
|
//
|
||||||
|
// NOTE: The Clean, Build and Publish tasks require PSake. PSake can be installed
|
||||||
|
// from the PowerShell Gallery with this command:
|
||||||
|
//
|
||||||
|
// PS C:\> Install-Module PSake -Scope CurrentUser -Force
|
||||||
|
//
|
||||||
|
// Available variables which can be used inside of strings:
|
||||||
|
// ${workspaceFolder} the path of the workspace folder that contains the tasks.json file
|
||||||
|
// ${workspaceFolderBasename} the name of the workspace folder that contains the tasks.json file without any slashes (/)
|
||||||
|
// ${file} the current opened file
|
||||||
|
// ${relativeFile} the current opened file relative to the workspace folder containing the file
|
||||||
|
// ${fileBasename} the current opened file's basename
|
||||||
|
// ${fileBasenameNoExtension} the current opened file's basename without the extension
|
||||||
|
// ${fileDirname} the current opened file's dirname
|
||||||
|
// ${fileExtname} the current opened file's extension
|
||||||
|
// ${cwd} the task runner's current working directory on startup
|
||||||
|
// ${lineNumber} the current selected line number in the active file
|
||||||
|
{
|
||||||
|
"version": "2.0.0",
|
||||||
|
//"windows": {
|
||||||
|
// "options": {
|
||||||
|
// "shell": {
|
||||||
|
// // switch back to windows powershell 5.1
|
||||||
|
// // "executable": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
|
||||||
|
// "executable": "pwsh.exe",
|
||||||
|
// "args": [
|
||||||
|
// "-NoProfile",
|
||||||
|
// "-ExecutionPolicy",
|
||||||
|
// "Bypass",
|
||||||
|
// "-Command"
|
||||||
|
// ]
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
//},
|
||||||
|
//"linux": {
|
||||||
|
// "options": {
|
||||||
|
// "shell": {
|
||||||
|
// "executable": "/usr/bin/pwsh",
|
||||||
|
// "args": [
|
||||||
|
// "-NoProfile",
|
||||||
|
// "-Command"
|
||||||
|
// ]
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
//},
|
||||||
|
//"osx": {
|
||||||
|
// "options": {
|
||||||
|
// "shell": {
|
||||||
|
// "executable": "/usr/local/bin/pwsh",
|
||||||
|
// "args": [
|
||||||
|
// "-NoProfile",
|
||||||
|
// "-Command"
|
||||||
|
// ]
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
//},
|
||||||
|
"tasks": [
|
||||||
|
{
|
||||||
|
"label": "Add dictionary item",
|
||||||
|
"type": "shell",
|
||||||
|
"command": [
|
||||||
|
"$DefaultFile = Get-ChildItem -Path './.vscode/dictionaries/default.txt';",
|
||||||
|
"$Content = Get-Content -Path $DefaultFile;",
|
||||||
|
"$Content += '${input:DictionaryItem}';",
|
||||||
|
"$Content = $Content | Sort-Object -Unique;",
|
||||||
|
"Set-Content -Value $Content -Path $DefaultFile"
|
||||||
|
],
|
||||||
|
"group": "none",
|
||||||
|
"problemMatcher": [
|
||||||
|
"$pester"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Run dev Server",
|
||||||
|
"type": "shell",
|
||||||
|
"command": [
|
||||||
|
"hugo server --buildDrafts"
|
||||||
|
],
|
||||||
|
"group": {
|
||||||
|
"kind": "test",
|
||||||
|
"isDefault": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Build Site",
|
||||||
|
"type": "shell",
|
||||||
|
"command": [
|
||||||
|
"hugo"
|
||||||
|
],
|
||||||
|
"group": {
|
||||||
|
"kind": "build",
|
||||||
|
"isDefault": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"inputs": [
|
||||||
|
{
|
||||||
|
"id": "DictionaryItem",
|
||||||
|
"type": "promptString",
|
||||||
|
"description": "Input for dictionary file default.txt"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user