Put PTT behind 'feature flag'

AKA does the URL hash start with '#ptt'

This will let us merge PTT back to the main branch
This commit is contained in:
David Baker
2022-04-29 19:25:00 +01:00
parent 363f2340a0
commit 43d579744f
3 changed files with 8 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
{
"editor.formatOnSave": true,
"editor.formatOnSave": false,
"editor.insertSpaces": true,
"editor.tabSize": 2
}
}