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