Skip to content

Commit 58ecf92

Browse files
authored
Merge pull request #159 from devondragon/issue-134-Add-SessionProfile-scaffolding-for-consuming-applications
Issue 134 add session profile scaffolding for consuming applications
2 parents a225b6d + 8f4ca29 commit 58ecf92

19 files changed

Lines changed: 1155 additions & 167 deletions

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,3 +135,4 @@ application-local.yml
135135
/java_pid20864.hprof
136136
/java_pid23168.hprof
137137
/project_concatenated.txt
138+
/repomix-output.txt

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"debug.javascript.defaultRuntimeExecutable": {
1010
"pwa-node": "/Users/devon/.local/share/mise/shims/node"
1111
},
12-
"python.defaultInterpreterPath": "/Users/devon/.local/share/mise/installs/python/3.13.1/bin/python"
12+
"python.defaultInterpreterPath": "/Users/devon/.local/share/mise/installs/python/3.13.2/bin/python"
1313
}

0 commit comments

Comments
 (0)