Compare commits

..

No commits in common. '16f5173b88e43d28b6e3b0adddca3382c390ddd2' and '4014f6bb2565775951df9be5e33a6181da6c0366' have entirely different histories.

  1. 3
      .editorconfig
  2. 4
      src/.bin/open-runelite.sh
  3. 1
      vscode/extensions
  4. 13
      vscode/settings.json

@ -1,3 +0,0 @@
[vscode/*]
indent_size = 2
indent_style = space

@ -17,10 +17,8 @@ BRANCHES_TO_MERGE=(
multi-step-cryptic-spade
quest-speedrunning-widget-overlays
fixed-thrall-timer
fix-grand-exchange-offer-slot-wrapping
gwd-altar-timer
)
MAX_AGE_BEFORE_REBUILD="$(( 18 * 60 * 60 ))" # 18 hours
MAX_AGE_BEFORE_REBUILD="$(( 24 * 60 * 60 ))" # 1 day
UPSTREAM_REMOTE='upstream'
UPSTREAM_BRANCH='master'
for branch in "${BRANCHES_TO_MERGE[@]}"; do

@ -1,3 +1,2 @@
eamodio.gitlens
EditorConfig.EditorConfig
timonwong.shellcheck

@ -1,13 +1,5 @@
{
// custom settings
"json.schemas": [{
"fileMatch": [
"/vscode/settings.json",
],
"schema": {
"allowTrailingCommas": true,
},
}],
"terminal.integrated.defaultProfile.linux": "bash",
"terminal.integrated.profiles.linux": {
"bash": {
@ -28,11 +20,6 @@
"explorer.confirmDragAndDrop": false,
"files.autoSave": "afterDelay",
"files.enableTrash": false,
"gitlens.showWelcomeOnInstall": false,
"gitlens.defaultGravatarsStyle": "identicon",
"gitlens.codeLens.scopes": [
"document"
],
"html.autoCreateQuotes": false,
"python.analysis.typeCheckingMode": "strict",
"workbench.startupEditor": "none",

Loading…
Cancel
Save