Skip to content

Instantly share code, notes, and snippets.

@tanayvk
tanayvk / opencode-vue-lsp.patch
Last active September 20, 2025 08:21
opencode-vue-lsp-patch
diff --git a/packages/opencode/src/lsp/index.ts b/packages/opencode/src/lsp/index.ts
index 0cf98c86..f98c1bbb 100644
--- a/packages/opencode/src/lsp/index.ts
+++ b/packages/opencode/src/lsp/index.ts
@@ -6,6 +6,7 @@ import z from "zod/v4"
import { Config } from "../config/config"
import { spawn } from "child_process"
import { Instance } from "../project/instance"
+import { VueIntegration } from "./vue"
@tanayvk
tanayvk / Pass-Import-Dashlane.js
Last active August 19, 2024 10:59
Dashlane to Pass Migration: Bun Import Script
import { $ } from "bun";
import csv from "csvtojson";
import path from "path";
import fs from "fs";
const dashlaneFolder = process.argv[2];
const dryRun = process.argv.includes("-d");
const tempFile = "pass-import-dashlane-temp.txt";
// Edit these directories if needed