From d0a384cec8af3a998f65ed3d33e6c62b5be70686 Mon Sep 17 00:00:00 2001 From: abhishekpythons <79434268+abhishekpythons@users.noreply.github.com> Date: Tue, 26 May 2026 14:35:17 +0530 Subject: [PATCH] adding some change --- .vscode/settings.json | 32 ++++++++++++++++++++++++++++++++ README.md | 2 ++ 2 files changed, 34 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..fe83dcc --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,32 @@ +{ + "Lua.workspace.preloadFileSize": 2000, + "Lua.workspace.ignoreDir": [], + "Lua.diagnostics.libraryFiles": "Disable", + "Lua.runtime.version": "Lua 5.1", + "Lua.runtime.builtin": { + "basic": "enable", + "builtin": "enable", + "table": "enable", + "bit": "disable", + "bit32": "disable", + "coroutine": "disable", + "debug": "disable", + "ffi": "disable", + "io": "disable", + "jit": "disable", + "jit.profile": "disable", + "jit.util": "disable", + "math": "disable", + "os": "disable", + "package": "disable", + "string": "disable", + "string.buffer": "disable", + "table.clear": "disable", + "table.new": "disable", + "utf8": "disable" + }, + "Lua.workspace.library": [ + "c:\\Users\\IIST\\.vscode\\extensions\\tektronix.tsp-toolkit-1.4.2-win32-x64\\node_modules\\@tektronix\\keithley_instrument_libraries\\keithley_instrument_libraries\\tsp-lua-5.0", + "c:\\Users\\IIST\\.vscode\\extensions\\tektronix.tsp-toolkit-1.4.2-win32-x64\\node_modules\\@tektronix\\keithley_instrument_libraries\\keithley_instrument_libraries\\nodes_definitions" + ] +} \ No newline at end of file diff --git a/README.md b/README.md index 57438f9..15d9834 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # RisingCompute Website +some change + The marketing site for **RisingCompute** — IP cores for AI, space, and robotics. - **Backend:** Django 5 + Django REST Framework + PostgreSQL