[rhythmbox] add a vimspector config
- From: Jonathan Matthew <jmatthew src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox] add a vimspector config
- Date: Wed, 10 Aug 2022 05:38:44 +0000 (UTC)
commit a8ad9c1516d227be129ecaefef80914c1f50f034
Author: Jonathan Matthew <jonathan d14n org>
Date: Wed Aug 10 15:04:38 2022 +1000
add a vimspector config
.vimspector.json | 14 ++++++++++++++
1 file changed, 14 insertions(+)
---
diff --git a/.vimspector.json b/.vimspector.json
new file mode 100644
index 000000000..7d3ce1516
--- /dev/null
+++ b/.vimspector.json
@@ -0,0 +1,14 @@
+{
+ "configurations": {
+ "Python: Attach To Rhythmbox": {
+ "variables": {
+ "port": "5678",
+ "host": "localhost"
+ },
+ "adapter": "multi-session",
+ "configuration": {
+ "request": "attach"
+ }
+ }
+ }
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]